#include <entries_allocation_table.h>
Public Member Functions | |
const STL_CONT * | C () |
virtual bool | Empty () |
EntryCATBase (STL_CONT &_c) | |
const bool | operator< (const EntryCATBase< STL_CONT > &other) const |
virtual void | Push_back (const int &) |
virtual void | Reserve (const int &s) |
virtual void | Resize (const int &s) |
STL_CONT::value_type * | Start () const |
Private Attributes | |
STL_CONT & | c |
Definition at line 33 of file entries_allocation_table.h.
vcg::EntryCATBase< STL_CONT >::EntryCATBase | ( | STL_CONT & | _c | ) | [inline] |
Definition at line 35 of file entries_allocation_table.h.
const STL_CONT * vcg::EntryCATBase< STL_CONT >::C | ( | ) | [inline] |
Definition at line 77 of file entries_allocation_table.h.
virtual bool vcg::EntryCATBase< STL_CONT >::Empty | ( | ) | [inline, virtual] |
Definition at line 37 of file entries_allocation_table.h.
const bool vcg::EntryCATBase< STL_CONT >::operator< | ( | const EntryCATBase< STL_CONT > & | other | ) | const [inline] |
Definition at line 67 of file entries_allocation_table.h.
virtual void vcg::EntryCATBase< STL_CONT >::Push_back | ( | const int & | ) | [inline, virtual] |
Reimplemented in vcg::EntryCAT< STL_CONT, ATTR_TYPE >.
Definition at line 39 of file entries_allocation_table.h.
virtual void vcg::EntryCATBase< STL_CONT >::Reserve | ( | const int & | s | ) | [inline, virtual] |
Reimplemented in vcg::EntryCAT< STL_CONT, ATTR_TYPE >.
Definition at line 41 of file entries_allocation_table.h.
virtual void vcg::EntryCATBase< STL_CONT >::Resize | ( | const int & | s | ) | [inline, virtual] |
Reimplemented in vcg::EntryCAT< STL_CONT, ATTR_TYPE >.
Definition at line 42 of file entries_allocation_table.h.
STL_CONT::value_type * vcg::EntryCATBase< STL_CONT >::Start | ( | ) | const [inline] |
Definition at line 72 of file entries_allocation_table.h.
STL_CONT& vcg::EntryCATBase< STL_CONT >::c [private] |
Definition at line 47 of file entries_allocation_table.h.