#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::LinkStore |
The class for link storage. More... | |
Typedefs | |
typedef oasys::InternalKeyDurableTable< oasys::StringShim, std::string, Link > | dtn::LinkStoreImpl |
Convenience typedef for the oasys adaptor that implements the link durable store. |