BitmapToolkit Scol plugin
|
#include <tinyxml2.h>
Public Types | |
enum | { COUNT = 1024/SIZE } |
Public Member Functions | |
MemPoolT () | |
~MemPoolT () | |
virtual int | ItemSize () const |
int | CurrentAllocs () const |
virtual void * | Alloc () |
virtual void | Free (void *mem) |
void | Trace (const char *name) |
Public Member Functions inherited from tinyxml2::MemPool | |
MemPool () | |
virtual | ~MemPool () |
Definition at line 289 of file tinyxml2.h.
anonymous enum |
Enumerator | |
---|---|
COUNT |
Definition at line 346 of file tinyxml2.h.
|
inline |
Definition at line 292 of file tinyxml2.h.
|
inline |
Definition at line 293 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 307 of file tinyxml2.h.
|
inline |
Definition at line 303 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 329 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 300 of file tinyxml2.h.
|
inline |
Definition at line 341 of file tinyxml2.h.