|
libcrn
3.9.5
A document image processing library
|
#include <tinyxml2.h>
Inheritance diagram for tinyxml2::MemPoolT< SIZE >:
Collaboration diagram for tinyxml2::MemPoolT< SIZE >:Public Types | |
| enum | { COUNT = (4*1024)/SIZE } |
Public Member Functions | |
| MemPoolT () | |
| ~MemPoolT () | |
| void | Clear () |
| virtual int | ItemSize () const |
| int | CurrentAllocs () const |
| virtual void * | Alloc () |
| virtual void | Free (void *mem) |
| void | Trace (const char *name) |
| void | SetTracked () |
| int | Untracked () const |
Public Member Functions inherited from tinyxml2::MemPool | |
| MemPool () | |
| virtual | ~MemPool () |
Definition at line 315 of file tinyxml2.h.
| anonymous enum |
| Enumerator | |
|---|---|
| COUNT | |
Definition at line 401 of file tinyxml2.h.
|
inline |
Definition at line 318 of file tinyxml2.h.
|
inline |
Definition at line 319 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 343 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 323 of file tinyxml2.h.
|
inline |
Definition at line 339 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 367 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 336 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 384 of file tinyxml2.h.
|
inline |
Definition at line 379 of file tinyxml2.h.
|
inline |
Definition at line 388 of file tinyxml2.h.
1.8.6