#include <tinyxml2.h>
Public Member Functions | |
int | Capacity () const |
void | Clear () |
DynArray () | |
bool | Empty () const |
const T * | Mem () const |
T * | Mem () |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
const T & | PeekTop () const |
T | Pop () |
void | PopArr (int count) |
void | Push (T t) |
T * | PushArr (int count) |
int | Size () const |
void | SwapRemove (int i) |
~DynArray () | |
Private Member Functions | |
DynArray (const DynArray &) | |
void | EnsureCapacity (int cap) |
void | operator= (const DynArray &) |
Private Attributes | |
int | _allocated |
T * | _mem |
T | _pool [INITIAL_SIZE] |
int | _size |
Definition at line 205 of file tinyxml2.h.
|
inline |
Definition at line 208 of file tinyxml2.h.
|
inline |
Definition at line 215 of file tinyxml2.h.
|
private |
|
inline |
Definition at line 276 of file tinyxml2.h.
|
inline |
Definition at line 221 of file tinyxml2.h.
|
inline |
Definition at line 252 of file tinyxml2.h.
|
inlineprivate |
Definition at line 302 of file tinyxml2.h.
|
inline |
Definition at line 288 of file tinyxml2.h.
|
inline |
Definition at line 293 of file tinyxml2.h.
|
private |
|
inline |
Definition at line 256 of file tinyxml2.h.
|
inline |
Definition at line 261 of file tinyxml2.h.
|
inline |
Definition at line 266 of file tinyxml2.h.
|
inline |
Definition at line 241 of file tinyxml2.h.
|
inline |
Definition at line 247 of file tinyxml2.h.
|
inline |
Definition at line 225 of file tinyxml2.h.
|
inline |
Definition at line 232 of file tinyxml2.h.
|
inline |
Definition at line 271 of file tinyxml2.h.
|
inline |
Definition at line 281 of file tinyxml2.h.
|
private |
Definition at line 320 of file tinyxml2.h.
|
private |
Definition at line 318 of file tinyxml2.h.
|
private |
Definition at line 319 of file tinyxml2.h.
|
private |
Definition at line 321 of file tinyxml2.h.