#include <container_allocation_table.h>
Static Public Member Functions | |
static CAT< STL_CONT, ATTR_TYPE > *& | Instance () |
static ATTR_TYPE & | Get (const ValueType *pt) |
static CAT< STL_CONT, ATTR_TYPE > * | New () |
Private Types | |
typedef CATEntry< STL_CONT, EntryCAT< STL_CONT, ATTR_TYPE > > | TT |
typedef STL_CONT::value_type | ValueType |
Definition at line 304 of file container_allocation_table.h.
typedef CATEntry<STL_CONT, EntryCAT<STL_CONT,ATTR_TYPE> > vcg::CAT< STL_CONT, ATTR_TYPE >::TT [private] |
Definition at line 306 of file container_allocation_table.h.
typedef STL_CONT::value_type vcg::CAT< STL_CONT, ATTR_TYPE >::ValueType [private] |
Reimplemented from vcg::CATEntry< STL_CONT, EntryCAT< STL_CONT, ATTR_TYPE > >.
Definition at line 305 of file container_allocation_table.h.
ATTR_TYPE & vcg::CAT< STL_CONT, ATTR_TYPE >::Get | ( | const ValueType * | pt | ) | [inline, static] |
Definition at line 316 of file container_allocation_table.h.
static CAT<STL_CONT,ATTR_TYPE>*& vcg::CAT< STL_CONT, ATTR_TYPE >::Instance | ( | ) | [inline, static] |
Definition at line 310 of file container_allocation_table.h.
CAT< STL_CONT, ATTR_TYPE > * vcg::CAT< STL_CONT, ATTR_TYPE >::New | ( | ) | [inline, static] |
Definition at line 342 of file container_allocation_table.h.