|
| HashedString (long value) |
|
| HashedString (const char *s) |
|
| HashedString (const std::string &s) |
|
bool | operator< (const HashedString &src) const |
|
bool | operator== (const HashedString &src) const |
|
bool | operator!= (const char *value) const |
|
bool | operator!= (const std::string &value) const |
|
HashedString & | operator= (const std::string &other) |
|
const std::string & | string () const |
|
size_t | hash () const |
|
| operator const std::string & () const |
|
const char * | c_str () const |
|
std::string | operator+ (const char *value) const |
|
std::string | operator+ (const std::string &value) const |
|
size_t | size () const |
|
size_t | find (const std::string &value, size_t offset=0) const |
|
size_t | rfind (const std::string &value, size_t offset=std::string::npos) const |
|
std::string | substr (size_t offset, size_t count=std::string::npos) const |
|
bool | empty () const |
|
The documentation for this class was generated from the following files: