libcrn
3.9.5
A document image processing library
|
#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 184 of file tinyxml2.h.
|
inline |
Definition at line 187 of file tinyxml2.h.
|
inline |
Definition at line 193 of file tinyxml2.h.
|
inline |
Definition at line 252 of file tinyxml2.h.
|
inline |
Definition at line 199 of file tinyxml2.h.
|
inline |
Definition at line 228 of file tinyxml2.h.
|
inline |
Definition at line 257 of file tinyxml2.h.
|
inline |
Definition at line 262 of file tinyxml2.h.
|
inline |
Definition at line 232 of file tinyxml2.h.
|
inline |
Definition at line 237 of file tinyxml2.h.
|
inline |
Definition at line 242 of file tinyxml2.h.
|
inline |
Definition at line 218 of file tinyxml2.h.
|
inline |
Definition at line 223 of file tinyxml2.h.
|
inline |
Definition at line 203 of file tinyxml2.h.
|
inline |
Definition at line 209 of file tinyxml2.h.
|
inline |
Definition at line 247 of file tinyxml2.h.