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

#include <DataStorage.h>

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

Public Member Functions

 Hash ()
 
 Hash (const std::string &value)
 
 Hash (const DataStorage::Container &container)
 
 Hash (const ibrcommon::File &file)
 
virtual ~Hash ()
 
bool operator!= (const Hash &other) const
 
bool operator== (const Hash &other) const
 
bool operator< (const Hash &other) const
 

Public Attributes

std::string value
 

Detailed Description

Definition at line 59 of file DataStorage.h.

Constructor & Destructor Documentation

dtn::storage::DataStorage::Hash::Hash ( )

Definition at line 39 of file DataStorage.cpp.

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

Definition at line 43 of file DataStorage.cpp.

dtn::storage::DataStorage::Hash::Hash ( const DataStorage::Container container)

Definition at line 48 of file DataStorage.cpp.

dtn::storage::DataStorage::Hash::Hash ( const ibrcommon::File file)

Definition at line 52 of file DataStorage.cpp.

dtn::storage::DataStorage::Hash::~Hash ( )
virtual

Definition at line 53 of file DataStorage.cpp.

Member Function Documentation

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

Definition at line 55 of file DataStorage.cpp.

References value.

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

Definition at line 65 of file DataStorage.cpp.

References value.

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

Definition at line 60 of file DataStorage.cpp.

References value.

Member Data Documentation


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