IBR-DTNSuite  0.8
dtn::storage::DataStorage::Hash Class Reference

#include <DataStorage.h>

Collaboration diagram for dtn::storage::DataStorage::Hash:

List of all members.

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

Detailed Description

Definition at line 43 of file DataStorage.h.


Constructor & Destructor Documentation

Definition at line 25 of file DataStorage.cpp.

dtn::storage::DataStorage::Hash::Hash ( const std::string &  key)

Definition at line 29 of file DataStorage.cpp.

Definition at line 33 of file DataStorage.cpp.

Definition at line 37 of file DataStorage.cpp.

Definition at line 38 of file DataStorage.cpp.


Member Function Documentation

bool dtn::storage::DataStorage::Hash::operator< ( const Hash other) const

Definition at line 45 of file DataStorage.cpp.

References value.

bool dtn::storage::DataStorage::Hash::operator== ( const Hash other) const

Definition at line 40 of file DataStorage.cpp.

References value.


Member Data Documentation


The documentation for this class was generated from the following files: