|
Bike-X
0.8
|
#include "tinyxml2.h"


Public Member Functions | |
| DynArray () | |
| ~DynArray () | |
| 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 |
| int | Size () const |
| int | Capacity () const |
| const T * | Mem () const |
| T * | Mem () |
Private Member Functions | |
| void | EnsureCapacity (int cap) |
Private Attributes | |
| T * | _mem |
| T | _pool [INIT] |
| int | _allocated |
| int | _size |
Definition at line 188 of file tinyxml2.h.
|
inline |
Definition at line 191 of file tinyxml2.h.
|
inline |
Definition at line 197 of file tinyxml2.h.
|
inline |
Definition at line 242 of file tinyxml2.h.
|
inline |
Definition at line 224 of file tinyxml2.h.
|
inlineprivate |
Definition at line 255 of file tinyxml2.h.
|
inline |
Definition at line 246 of file tinyxml2.h.
|
inline |
Definition at line 250 of file tinyxml2.h.
|
inline |
Definition at line 228 of file tinyxml2.h.
|
inline |
Definition at line 233 of file tinyxml2.h.
|
inline |
Definition at line 215 of file tinyxml2.h.
|
inline |
Definition at line 219 of file tinyxml2.h.
|
inline |
Definition at line 203 of file tinyxml2.h.
|
inline |
Definition at line 208 of file tinyxml2.h.
|
inline |
Definition at line 238 of file tinyxml2.h.
|
private |
Definition at line 270 of file tinyxml2.h.
|
private |
Definition at line 268 of file tinyxml2.h.
|
private |
Definition at line 269 of file tinyxml2.h.
|
private |
Definition at line 271 of file tinyxml2.h.