#include <oasys/debug/DebugUtils.h>
#include <oasys/serialize/TypeShims.h>
#include <oasys/storage/InternalKeyDurableTable.h>
#include <oasys/util/Singleton.h>
Go to the source code of this file.
Classes | |
class | dtn::LinkStore |
The class for link storage. More... | |
Namespaces | |
namespace | dtn |
Namespace for the dtn daemon source code. | |
Typedefs | |
typedef oasys::InternalKeyDurableTable < oasys::StringShim, std::string, Link > | dtn::LinkStoreImpl |
Convenience typedef for the oasys adaptor that implements the link durable store. |