Inheritance diagram for dtn::Globals:
Definition at line 53 of file GlobalStore.cc.
Public Member Functions | |
Globals () | |
Globals (const oasys::Builder &) | |
virtual void | serialize (oasys::SerializeAction *a) |
Virtual from SerializableObject. | |
Public Attributes | |
u_int32_t | version_ |
on-disk copy of CURRENT_VERSION | |
u_int32_t | next_bundleid_ |
running serial number for bundles | |
u_int32_t | next_regid_ |
running serial number for registrations |
dtn::Globals::Globals | ( | ) | [inline] |
Definition at line 56 of file GlobalStore.cc.
dtn::Globals::Globals | ( | const oasys::Builder & | ) | [inline] |
Definition at line 57 of file GlobalStore.cc.
void dtn::Globals::serialize | ( | oasys::SerializeAction * | a | ) | [virtual] |
Virtual from SerializableObject.
Implements oasys::SerializableObject.
Definition at line 71 of file GlobalStore.cc.
References next_bundleid_, next_regid_, oasys::SerializeAction::process(), and version_.
u_int32_t dtn::Globals::version_ |
on-disk copy of CURRENT_VERSION
Definition at line 59 of file GlobalStore.cc.
Referenced by dtn::GlobalStore::do_init(), dtn::GlobalStore::load(), and serialize().
u_int32_t dtn::Globals::next_bundleid_ |
running serial number for bundles
Definition at line 60 of file GlobalStore.cc.
Referenced by dtn::GlobalStore::do_init(), dtn::GlobalStore::next_bundleid(), and serialize().
u_int32_t dtn::Globals::next_regid_ |
running serial number for registrations
Definition at line 61 of file GlobalStore.cc.
Referenced by dtn::GlobalStore::do_init(), dtn::GlobalStore::next_regid(), and serialize().