Scheduler
|
#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 () |
Definition at line 201 of file tinyxml2.h.
|
inline |
Definition at line 204 of file tinyxml2.h.
|
inline |
Definition at line 210 of file tinyxml2.h.
|
inline |
Definition at line 271 of file tinyxml2.h.
|
inline |
Definition at line 216 of file tinyxml2.h.
|
inline |
Definition at line 247 of file tinyxml2.h.
|
inline |
Definition at line 276 of file tinyxml2.h.
|
inline |
Definition at line 281 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 261 of file tinyxml2.h.
|
inline |
Definition at line 236 of file tinyxml2.h.
|
inline |
Definition at line 242 of file tinyxml2.h.
|
inline |
Definition at line 220 of file tinyxml2.h.
|
inline |
Definition at line 227 of file tinyxml2.h.
|
inline |
Definition at line 266 of file tinyxml2.h.