#include <tinyxml2.h>
Public Member Functions | |
int | Capacity () const |
void | Clear () |
DynArray () | |
bool | Empty () const |
T * | Mem () |
const T * | Mem () const |
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 [static_cast< size_t >(INITIAL_SIZE)] |
int | _size |
Definition at line 203 of file tinyxml2.h.
|
inline |
Definition at line 206 of file tinyxml2.h.
|
inline |
Definition at line 213 of file tinyxml2.h.
|
private |
|
inline |
Definition at line 274 of file tinyxml2.h.
|
inline |
Definition at line 219 of file tinyxml2.h.
|
inline |
Definition at line 250 of file tinyxml2.h.
|
inlineprivate |
Definition at line 300 of file tinyxml2.h.
|
inline |
Definition at line 291 of file tinyxml2.h.
|
inline |
Definition at line 286 of file tinyxml2.h.
|
private |
|
inline |
Definition at line 254 of file tinyxml2.h.
|
inline |
Definition at line 259 of file tinyxml2.h.
|
inline |
Definition at line 264 of file tinyxml2.h.
|
inline |
Definition at line 239 of file tinyxml2.h.
|
inline |
Definition at line 245 of file tinyxml2.h.
|
inline |
Definition at line 223 of file tinyxml2.h.
|
inline |
Definition at line 230 of file tinyxml2.h.
|
inline |
Definition at line 269 of file tinyxml2.h.
|
inline |
Definition at line 279 of file tinyxml2.h.
|
private |
Definition at line 318 of file tinyxml2.h.
|
private |
Definition at line 316 of file tinyxml2.h.
|
private |
Definition at line 317 of file tinyxml2.h.
|
private |
Definition at line 319 of file tinyxml2.h.