| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/color.h>#include <vrs/container/iterator.h>#include <vector>#include <utility>#include <vrs/container/hashtable.tli>Go to the source code of this file.
Namespaces | |
| namespace | VRS |
Classes | |
| class | VRS::NonPersistentHashTable< T > |
| Template Hash Table Class. More... | |
| class | VRS::HashTable< T > |
| Persistent Hash Table Template. More... | |
Functions | |
| unsigned int | VRS::HashValue (unsigned long t) |
| unsigned int | VRS::HashValue (unsigned int t) |
| unsigned int | VRS::HashValue (unsigned short t) |
| unsigned int | VRS::HashValue (unsigned char t) |
| unsigned int | VRS::HashValue (long t) |
| unsigned int | VRS::HashValue (int t) |
| unsigned int | VRS::HashValue (short t) |
| unsigned int | VRS::HashValue (char t) |
| unsigned int | VRS::HashValue (double t) |
| unsigned int | VRS::HashValue (float t) |
| unsigned int | VRS::HashValue (const std::string &str) |
| template<class T> | |
| unsigned int | VRS::HashValue (const T *t) |
| template<class T> | |
| unsigned int | VRS::HashValue (const SO< T > &t) |
| template<typename FIRST, typename SECOND> | |
| unsigned int | VRS::HashValue (const std::pair< FIRST, SECOND > &t) |
| unsigned int | VRS::HashValue (const VRS::Color &color) |