HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::StringTableT< T > Class Template Reference

#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
 

Detailed Description

template<class T>
class PyImath::StringTableT< T >

Definition at line 121 of file PyImathStringTable.h.

Member Function Documentation

template<class T>
bool PyImath::StringTableT< T >::hasString ( const T &  s) const
template<class T>
bool PyImath::StringTableT< T >::hasStringIndex ( const StringTableIndex s) const
template<class T>
StringTableIndex PyImath::StringTableT< T >::intern ( const T &  i)
template<class T>
StringTableIndex PyImath::StringTableT< T >::lookup ( const T &  s) const
template<class T>
const T& PyImath::StringTableT< T >::lookup ( StringTableIndex  index) const
template<class T>
size_t PyImath::StringTableT< T >::size ( ) const

The documentation for this class was generated from the following file: