|
HDK
|
#include <PyImathStringTable.h>
Public Member Functions | |
| StringTableIndex | lookup (const T &s) const |
| const T & | lookup (StringTableIndex index) const |
| StringTableIndex | intern (const T &i) |
| size_t | size () const |
| bool | hasString (const T &s) const |
| bool | hasStringIndex (const StringTableIndex &s) const |
Definition at line 121 of file PyImathStringTable.h.
| bool PyImath::StringTableT< T >::hasString | ( | const T & | s | ) | const |
| bool PyImath::StringTableT< T >::hasStringIndex | ( | const StringTableIndex & | s | ) | const |
| StringTableIndex PyImath::StringTableT< T >::intern | ( | const T & | i | ) |
| StringTableIndex PyImath::StringTableT< T >::lookup | ( | const T & | s | ) | const |
| const T& PyImath::StringTableT< T >::lookup | ( | StringTableIndex | index | ) | const |
| size_t PyImath::StringTableT< T >::size | ( | ) | const |