MemPool Class Referenceabstract
Inheritance diagram for MemPool:
MemPoolT< ITEM_SIZE >

Public Member Functions

virtual int ItemSize () const =0
 
virtual void * Alloc ()=0
 
virtual void Free (void *)=0
 
virtual void SetTracked ()=0
 
virtual void Clear ()=0
 

Detailed Description

Definition at line 322 of file tinyxml2.h.

Constructor & Destructor Documentation

◆ MemPool()

MemPool ( )
inline

Definition at line 325 of file tinyxml2.h.

◆ ~MemPool()

virtual ~MemPool ( )
inlinevirtual

Definition at line 326 of file tinyxml2.h.


The documentation for this class was generated from the following file: