The class for link storage. More...
#include <LinkStore.h>
Public Member Functions | |
| LinkStore () | |
| Constructor. | |
Static Public Member Functions | |
| static int | init (const oasys::StorageConfig &cfg, oasys::DurableStore *store) |
| Boot time initializer that takes as a parameter the storage configuration to use. | |
| static bool | initialized () |
| Return true if initialization has completed. | |
The class for link storage.
Definition at line 39 of file LinkStore.h.
| dtn::LinkStore::LinkStore | ( | ) |
| static int dtn::LinkStore::init | ( | const oasys::StorageConfig & | cfg, | |
| oasys::DurableStore * | store | |||
| ) | [inline, static] |
Boot time initializer that takes as a parameter the storage configuration to use.
Definition at line 46 of file LinkStore.h.
References LinkStore().
| static bool dtn::LinkStore::initialized | ( | ) | [inline, static] |
Return true if initialization has completed.
Definition at line 64 of file LinkStore.h.
1.6.3