IBR-DTNSuite  0.12
io::FileHash Class Reference

#include <FileHash.h>

Collaboration diagram for io::FileHash:
Collaboration graph

Public Member Functions

 FileHash ()
 
 FileHash (const std::string &path, const std::string &hash)
 
virtual ~FileHash ()
 
const std::string & getHash () const
 
const std::string & getPath () const
 
bool operator== (const FileHash &other) const
 
bool operator!= (const FileHash &other) const
 
bool operator< (const FileHash &other) const
 

Detailed Description

Definition at line 30 of file FileHash.h.

Constructor & Destructor Documentation

io::FileHash::FileHash ( )

Definition at line 27 of file FileHash.cpp.

io::FileHash::FileHash ( const std::string &  path,
const std::string &  hash 
)

Definition at line 31 of file FileHash.cpp.

io::FileHash::~FileHash ( )
virtual

Definition at line 36 of file FileHash.cpp.

Member Function Documentation

const std::string & io::FileHash::getHash ( ) const

Definition at line 40 of file FileHash.cpp.

Referenced by operator!=(), operator<(), and operator==().

const std::string & io::FileHash::getPath ( ) const

Definition at line 45 of file FileHash.cpp.

Referenced by operator!=(), operator<(), and operator==().

bool io::FileHash::operator!= ( const FileHash other) const

Definition at line 50 of file FileHash.cpp.

References getHash(), and getPath().

Here is the call graph for this function:

bool io::FileHash::operator< ( const FileHash other) const

Definition at line 60 of file FileHash.cpp.

References getHash(), and getPath().

Here is the call graph for this function:

bool io::FileHash::operator== ( const FileHash other) const

Definition at line 55 of file FileHash.cpp.

References getHash(), and getPath().

Here is the call graph for this function:


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