|
IBR-DTNSuite
0.10
|
#include <DataStorage.h>

Public Member Functions | |
| Hash () | |
| Hash (const std::string &key) | |
| Hash (const DataStorage::Container &container) | |
| Hash (const ibrcommon::File &file) | |
| virtual | ~Hash () |
| bool | operator== (const Hash &other) const |
| bool | operator< (const Hash &other) const |
Public Attributes | |
| std::string | value |
Definition at line 58 of file DataStorage.h.
| dtn::storage::DataStorage::Hash::Hash | ( | ) |
Definition at line 39 of file DataStorage.cpp.
| dtn::storage::DataStorage::Hash::Hash | ( | const std::string & | key | ) |
Definition at line 43 of file DataStorage.cpp.
| dtn::storage::DataStorage::Hash::Hash | ( | const DataStorage::Container & | container | ) |
Definition at line 47 of file DataStorage.cpp.
| dtn::storage::DataStorage::Hash::Hash | ( | const ibrcommon::File & | file | ) |
Definition at line 51 of file DataStorage.cpp.
|
virtual |
Definition at line 52 of file DataStorage.cpp.
| bool dtn::storage::DataStorage::Hash::operator< | ( | const Hash & | other | ) | const |
Definition at line 59 of file DataStorage.cpp.
References value.
| bool dtn::storage::DataStorage::Hash::operator== | ( | const Hash & | other | ) | const |
Definition at line 54 of file DataStorage.cpp.
References value.
| std::string dtn::storage::DataStorage::Hash::value |
Definition at line 70 of file DataStorage.h.
Referenced by dtn::storage::SimpleBundleStorage::eventDataStorageRemoved(), dtn::storage::SimpleBundleStorage::eventDataStorageRemoveFailed(), dtn::storage::SimpleBundleStorage::eventDataStorageStored(), dtn::storage::SimpleBundleStorage::eventDataStorageStoreFailed(), dtn::storage::SimpleBundleStorage::iterateDataStorage(), operator<(), and operator==().