|
IBR-DTNSuite
0.12
|
#include <FileHash.h>

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 |
Definition at line 30 of file FileHash.h.
| 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.
|
virtual |
Definition at line 36 of file FileHash.cpp.
| 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().

| bool io::FileHash::operator< | ( | const FileHash & | other) | const |
Definition at line 60 of file FileHash.cpp.
References getHash(), and getPath().

| bool io::FileHash::operator== | ( | const FileHash & | other) | const |
Definition at line 55 of file FileHash.cpp.
References getHash(), and getPath().
