#include <pydtn/PersistentStore.h>

Public Member Functions | ||||
| PersistentBundle (DTN::Bundle *b) | ||||
| Constructor. | ||||
| PersistentBundle (const DTN::ByteString &originator, uint32_t seqNum) | ||||
| Constructor for a dummy object, used in searching. | ||||
| virtual | ~PersistentBundle () | |||
| Virtual destructor. | ||||
| DTN::Bundle * | bundle () const | |||
| ||||
| bool | operator< (const PersistentBundle &b) const | |||
| ||||
| const Time & | timeAdded () const | |||
| ||||
Definition at line 47 of file PersistentStore.h.
| bool PersistentBundle::operator< | ( | const PersistentBundle & | b | ) | const |
| b | Another PersistentBundle |
Definition at line 77 of file PersistentStore.cc.
References m_originator, and m_seqNum.
1.5.4