#include <container_allocation_table.h>

Public Types | |
| typedef STL_CONT::value_type | ValueType |
Public Member Functions | |
| virtual void | AddDataElem (ValueType *, int)=0 |
| virtual void | Remove (const STL_CONT &)=0 |
| virtual void | Resize (ValueType *, int)=0 |
| virtual void | Resort (ValueType *, ValueType *)=0 |
Static Public Member Functions | |
| static int & | Id () |
Definition at line 58 of file container_allocation_table.h.
| typedef STL_CONT::value_type vcg::CATBase< STL_CONT >::ValueType |
Reimplemented in vcg::CAT< STL_CONT, ATTR_TYPE >, vcg::CATEntry< STL_CONT, ENTRY_TYPE >, and vcg::CATEntry< STL_CONT, EntryCAT< STL_CONT, ATTR_TYPE > >.
Definition at line 60 of file container_allocation_table.h.
| virtual void vcg::CATBase< STL_CONT >::AddDataElem | ( | ValueType * | , |
| int | |||
| ) | [pure virtual] |
| static int& vcg::CATBase< STL_CONT >::Id | ( | ) | [inline, static] |
Reimplemented in vcg::CATEntry< STL_CONT, ENTRY_TYPE >, and vcg::CATEntry< STL_CONT, EntryCAT< STL_CONT, ATTR_TYPE > >.
Definition at line 69 of file container_allocation_table.h.
| virtual void vcg::CATBase< STL_CONT >::Remove | ( | const STL_CONT & | ) | [pure virtual] |
| virtual void vcg::CATBase< STL_CONT >::Resize | ( | ValueType * | , |
| int | |||
| ) | [pure virtual] |
| virtual void vcg::CATBase< STL_CONT >::Resort | ( | ValueType * | , |
| ValueType * | |||
| ) | [pure virtual] |