MaMiCo 1.2
Loading...
Searching...
No Matches
tinyxml2::DynArray< T, INITIAL_SIZE > Class Template Reference

Public Member Functions

void Clear ()
void Push (T t)
T * PushArr (int count)
Pop ()
void PopArr (int count)
bool Empty () const
T & operator[] (int i)
const T & operator[] (int i) const
const T & PeekTop () const
int Size () const
int Capacity () const
void SwapRemove (int i)
const T * Mem () const
T * Mem ()

Private Member Functions

 DynArray (const DynArray &)
void operator= (const DynArray &)
void EnsureCapacity (int cap)

Private Attributes

T * _mem
_pool [static_cast< size_t >(INITIAL_SIZE)]
int _allocated
int _size

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