Ptex
|
Contains PtexDict, a string-keyed hash table. More...
Go to the source code of this file.
Classes | |
class | PtexDict< T > |
A string-keyed dictionary template, using a hash table. More... | |
struct | PtexDict< T >::value_type |
Internal class used to provide a return value for the value type. More... | |
class | PtexDict< T >::Entry |
This internal structure is used to store the dictionary elements. More... | |
class | PtexDict< T >::iterator |
Internal class used to provide iteration through the dictionary. More... | |
class | PtexDict< T >::const_iterator |
Internal class used to provide iteration through the dictionary. More... | |
Contains PtexDict, a string-keyed hash table.
Definition in file PtexDict.h.