Bridge++
Ver. 1.3.x
|
#include <tinyxml2.h>
Public Member Functions | |
DynArray () | |
~DynArray () | |
void | Clear () |
void | Push (T t) |
T * | PushArr (int count) |
T | 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 |
const T * | Mem () const |
T * | Mem () |
Private Member Functions | |
DynArray (const DynArray &) | |
void | operator= (const DynArray &) |
void | EnsureCapacity (int cap) |
Private Attributes | |
T * | _mem |
T | _pool [INIT] |
int | _allocated |
int | _size |
Definition at line 215 of file tinyxml2.h.
|
inline |
Definition at line 218 of file tinyxml2.h.
|
inline |
Definition at line 224 of file tinyxml2.h.
|
private |
|
inline |
Definition at line 283 of file tinyxml2.h.
|
inline |
Definition at line 230 of file tinyxml2.h.
|
inline |
Definition at line 259 of file tinyxml2.h.
|
inlineprivate |
Definition at line 299 of file tinyxml2.h.
|
inline |
Definition at line 287 of file tinyxml2.h.
|
inline |
Definition at line 291 of file tinyxml2.h.
|
private |
|
inline |
Definition at line 263 of file tinyxml2.h.
|
inline |
Definition at line 268 of file tinyxml2.h.
|
inline |
Definition at line 273 of file tinyxml2.h.
|
inline |
Definition at line 249 of file tinyxml2.h.
|
inline |
Definition at line 254 of file tinyxml2.h.
|
inline |
Definition at line 234 of file tinyxml2.h.
|
inline |
Definition at line 240 of file tinyxml2.h.
|
inline |
Definition at line 278 of file tinyxml2.h.
|
private |
Definition at line 316 of file tinyxml2.h.
|
private |
Definition at line 314 of file tinyxml2.h.
|
private |
Definition at line 315 of file tinyxml2.h.
|
private |
Definition at line 317 of file tinyxml2.h.