#include <entries_allocation_table.h>

Public Types | |
| typedef ATTR_TYPE | attr_type |
Public Member Functions | |
| std::vector< ATTR_TYPE > & | Data () |
| EntryCAT (STL_CONT &_c) | |
| void | Push_back (const int &n) |
| virtual void | Reserve (const int &s) |
| virtual void | Resize (const int &s) |
Private Attributes | |
| std::vector< ATTR_TYPE > | data |
Definition at line 52 of file entries_allocation_table.h.
| typedef ATTR_TYPE vcg::EntryCAT< STL_CONT, ATTR_TYPE >::attr_type |
Definition at line 53 of file entries_allocation_table.h.
| vcg::EntryCAT< STL_CONT, ATTR_TYPE >::EntryCAT | ( | STL_CONT & | _c | ) | [inline] |
Definition at line 54 of file entries_allocation_table.h.
| std::vector<ATTR_TYPE>& vcg::EntryCAT< STL_CONT, ATTR_TYPE >::Data | ( | ) | [inline] |
Definition at line 55 of file entries_allocation_table.h.
| void vcg::EntryCAT< STL_CONT, ATTR_TYPE >::Push_back | ( | const int & | n | ) | [inline, virtual] |
Reimplemented from vcg::EntryCATBase< STL_CONT >.
Definition at line 56 of file entries_allocation_table.h.
| virtual void vcg::EntryCAT< STL_CONT, ATTR_TYPE >::Reserve | ( | const int & | s | ) | [inline, virtual] |
Reimplemented from vcg::EntryCATBase< STL_CONT >.
Definition at line 57 of file entries_allocation_table.h.
| virtual void vcg::EntryCAT< STL_CONT, ATTR_TYPE >::Resize | ( | const int & | s | ) | [inline, virtual] |
Reimplemented from vcg::EntryCATBase< STL_CONT >.
Definition at line 58 of file entries_allocation_table.h.
std::vector<ATTR_TYPE> vcg::EntryCAT< STL_CONT, ATTR_TYPE >::data [private] |
Definition at line 58 of file entries_allocation_table.h.