| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/container/idhashtable.h>

Public Member Functions | |
| IDHashTable (unsigned int numElements=17) | |
| bool | insert (const ID &id, T *t) |
| T * | find (const ID &id) const |
| T * | findForce (const ID &id) |
| VRS_TYPEINFO (IDHashTable, SharedObj) | |
This hash table provides the service of a specialized dictionary for VRS string identifiers and any type T (derived from SharedObj) of information associated with it.
| VRS::IDHashTable< T >::IDHashTable | ( | unsigned int | numElements = 17 |
) |
| bool VRS::IDHashTable< T >::insert | ( | const ID & | id, | |
| T * | t | |||
| ) |
| T* VRS::IDHashTable< T >::find | ( | const ID & | id | ) | const |
| T* VRS::IDHashTable< T >::findForce | ( | const ID & | id | ) |
| VRS::IDHashTable< T >::VRS_TYPEINFO | ( | IDHashTable< T > | , | |
| SharedObj | ||||
| ) |