#include <oasys/debug/DebugUtils.h>
#include <oasys/serialize/TypeShims.h>
#include <oasys/storage/InternalKeyDurableTable.h>
#include "reg/APIRegistration.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::RegistrationStore |
The class for registration storage is simply an instantiation of the generic oasys durable table interface. More... | |
Typedefs | |
typedef oasys::InternalKeyDurableTable < oasys::UIntShim, u_int32_t, APIRegistration > | dtn::RegistrationStoreImpl |
Convenience typedef for the oasys template parent class. |