| BitmapToolkit Scol plugin
    | 
tinyxml2::MemPoolT< SIZE > Class Template Reference
#include <tinyxml2.h>
Inheritance diagram for tinyxml2::MemPoolT< SIZE >:
 
  
| 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 () | 
Detailed Description
template<int SIZE>
class tinyxml2::MemPoolT< SIZE >
class tinyxml2::MemPoolT< SIZE >
Definition at line 289 of file tinyxml2.h.
Member Enumeration Documentation
◆ anonymous enum
template<int SIZE> 
      | anonymous enum | 
| Enumerator | |
|---|---|
| COUNT | |
Definition at line 346 of file tinyxml2.h.
Constructor & Destructor Documentation
◆ MemPoolT()
template<int SIZE> 
| 
 | inline | 
Definition at line 292 of file tinyxml2.h.
◆ ~MemPoolT()
template<int SIZE> 
| 
 | inline | 
Definition at line 293 of file tinyxml2.h.
Member Function Documentation
◆ Alloc()
template<int SIZE> 
| 
 | inlinevirtual | 
Implements tinyxml2::MemPool.
Definition at line 307 of file tinyxml2.h.
◆ CurrentAllocs()
template<int SIZE> 
| 
 | inline | 
Definition at line 303 of file tinyxml2.h.
◆ Free()
template<int SIZE> 
| 
 | inlinevirtual | 
Implements tinyxml2::MemPool.
Definition at line 329 of file tinyxml2.h.
◆ ItemSize()
template<int SIZE> 
| 
 | inlinevirtual | 
Implements tinyxml2::MemPool.
Definition at line 300 of file tinyxml2.h.
◆ Trace()
template<int SIZE> 
| 
 | inline | 
Definition at line 341 of file tinyxml2.h.
The documentation for this class was generated from the following file:
- include/tinyxml2.h
Generated by