#include <datahash.h>
Public Member Functions | |
hash_value_t (IN const char *txt) | |
hash_value_t (IN const std::string &s) | |
hash_value_t (IN smart_ptr< Datahash > &h) | |
hash_value_t (void) throw () | |
void | clear (void) throw () |
Public Attributes | |
eHashDataType | type |
std::string | text |
smart_ptr< Datahash > | hash |
Definition at line 79 of file lib/datahash/datahash.h.
hash_value_t::hash_value_t | ( | IN const char * | txt | ) |
Definition at line 89 of file datahash.cpp.