|
TrueReality
v0.1.1912
|
#include <string>

Go to the source code of this file.
Classes | |
| struct | trUtil::hash< _Key > |
| This Hash class and its implementations are taken from the libstdc++ hash_fun.h. More... | |
| struct | trUtil::hash< _Key * > |
| struct | trUtil::hash< const std::string > |
| A string>. More... | |
| struct | trUtil::hash< std::string > |
| A string>. More... | |
| struct | trUtil::hash< char * > |
| struct | trUtil::hash< const char * > |
| struct | trUtil::hash< char > |
| A hash. More... | |
| struct | trUtil::hash< unsigned char > |
| A hash. More... | |
| struct | trUtil::hash< signed char > |
| A hash. More... | |
| struct | trUtil::hash< short > |
| A hash. More... | |
| struct | trUtil::hash< unsigned short > |
| A hash. More... | |
| struct | trUtil::hash< int > |
| A hash. More... | |
| struct | trUtil::hash< unsigned int > |
| A hash. More... | |
| struct | trUtil::hash< long > |
| A hash. More... | |
| struct | trUtil::hash< unsigned long > |
| A hash. More... | |
Namespaces | |
| trUtil | |
| Namespace that holds various utility classes for the engine. | |
Functions | |
| size_t | trUtil::__hash_string (const char *__s) |
| Hash string. More... | |