#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 195 of file tinyxml2.h.
|
inline |
Definition at line 198 of file tinyxml2.h.
|
inline |
Definition at line 205 of file tinyxml2.h.
|
private |
|
inline |
Definition at line 266 of file tinyxml2.h.
|
inline |
Definition at line 211 of file tinyxml2.h.
|
inline |
Definition at line 242 of file tinyxml2.h.
|
inlineprivate |
Definition at line 292 of file tinyxml2.h.
|
inline |
Definition at line 278 of file tinyxml2.h.
|
inline |
Definition at line 283 of file tinyxml2.h.
|
private |
|
inline |
Definition at line 246 of file tinyxml2.h.
|
inline |
Definition at line 251 of file tinyxml2.h.
|
inline |
Definition at line 256 of file tinyxml2.h.
|
inline |
Definition at line 231 of file tinyxml2.h.
|
inline |
Definition at line 237 of file tinyxml2.h.
|
inline |
Definition at line 215 of file tinyxml2.h.
|
inline |
Definition at line 222 of file tinyxml2.h.
|
inline |
Definition at line 261 of file tinyxml2.h.
|
inline |
Definition at line 271 of file tinyxml2.h.
|
private |
Definition at line 310 of file tinyxml2.h.
|
private |
Definition at line 308 of file tinyxml2.h.
|
private |
Definition at line 309 of file tinyxml2.h.
|
private |
Definition at line 311 of file tinyxml2.h.