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