|
IBR-DTNSuite
0.8
|
#include <BundleList.h>

Public Member Functions | |
| ExpiringBundle (const MetaBundle &b) | |
| virtual | ~ExpiringBundle () |
| bool | operator!= (const ExpiringBundle &other) const |
| bool | operator== (const ExpiringBundle &other) const |
| bool | operator< (const ExpiringBundle &other) const |
| bool | operator> (const ExpiringBundle &other) const |
Public Attributes | |
| const MetaBundle | bundle |
| const size_t | expiretime |
Definition at line 35 of file BundleList.h.
Definition at line 112 of file BundleList.cpp.
| dtn::data::BundleList::ExpiringBundle::~ExpiringBundle | ( | ) | [virtual] |
Definition at line 116 of file BundleList.cpp.
| bool dtn::data::BundleList::ExpiringBundle::operator!= | ( | const ExpiringBundle & | other | ) | const |
Definition at line 119 of file BundleList.cpp.
| bool dtn::data::BundleList::ExpiringBundle::operator< | ( | const ExpiringBundle & | other | ) | const |
Definition at line 129 of file BundleList.cpp.
References bundle, and expiretime.
| bool dtn::data::BundleList::ExpiringBundle::operator== | ( | const ExpiringBundle & | other | ) | const |
Definition at line 124 of file BundleList.cpp.
References bundle.
| bool dtn::data::BundleList::ExpiringBundle::operator> | ( | const ExpiringBundle & | other | ) | const |
Definition at line 139 of file BundleList.cpp.
Definition at line 46 of file BundleList.h.
Referenced by dtn::routing::BundleSummary::eventBundleExpired(), dtn::storage::MemoryBundleStorage::eventBundleExpired(), dtn::storage::SimpleBundleStorage::eventBundleExpired(), dtn::data::BundleList::expire(), operator<(), and operator==().
| const size_t dtn::data::BundleList::ExpiringBundle::expiretime |
Definition at line 47 of file BundleList.h.
Referenced by dtn::data::BundleList::expire(), and operator<().