|
muMECH
1.0
|
#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 |
| const T & | PeekTop () 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 204 of file tinyxml2.h.
|
inline |
Definition at line 207 of file tinyxml2.h.
|
inline |
Definition at line 213 of file tinyxml2.h.
|
inline |
Definition at line 263 of file tinyxml2.h.
|
inline |
Definition at line 240 of file tinyxml2.h.
|
inlineprivate |
Definition at line 276 of file tinyxml2.h.
|
inline |
Definition at line 267 of file tinyxml2.h.
|
inline |
Definition at line 271 of file tinyxml2.h.
|
inline |
Definition at line 244 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 231 of file tinyxml2.h.
Referenced by tinyxml2::XMLPrinter::CloseElement().
|
inline |
Definition at line 235 of file tinyxml2.h.
|
inline |
Definition at line 219 of file tinyxml2.h.
Referenced by tinyxml2::XMLPrinter::OpenElement(), and tinyxml2::XMLPrinter::XMLPrinter().
|
inline |
Definition at line 224 of file tinyxml2.h.
Referenced by tinyxml2::XMLPrinter::Print().
|
inline |
Definition at line 259 of file tinyxml2.h.
|
private |
Definition at line 291 of file tinyxml2.h.
|
private |
Definition at line 289 of file tinyxml2.h.
|
private |
Definition at line 290 of file tinyxml2.h.
|
private |
Definition at line 292 of file tinyxml2.h.