|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <tinyxml2.h>
Public Member Functions | |
| MemPool () | |
| virtual | ~MemPool () |
| virtual int | ItemSize () const =0 |
| virtual void * | Alloc ()=0 |
| virtual void | Free (void *)=0 |
| virtual void | SetTracked ()=0 |
Definition at line 330 of file tinyxml2.h.
|
inline |
Definition at line 333 of file tinyxml2.h.
|
inlinevirtual |
Definition at line 334 of file tinyxml2.h.
|
pure virtual |
|
pure virtual |
Implemented in tinyxml2::MemPoolT< ITEM_SIZE >, tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >, tinyxml2::MemPoolT< sizeof(tinyxml2::XMLAttribute) >, tinyxml2::MemPoolT< sizeof(tinyxml2::XMLText) >, and tinyxml2::MemPoolT< sizeof(tinyxml2::XMLComment) >.
Referenced by tinyxml2::XMLElement::DeleteAttribute(), and tinyxml2::XMLNode::DeleteNode().
|
pure virtual |
|
pure virtual |
Implemented in tinyxml2::MemPoolT< ITEM_SIZE >, tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >, tinyxml2::MemPoolT< sizeof(tinyxml2::XMLAttribute) >, tinyxml2::MemPoolT< sizeof(tinyxml2::XMLText) >, and tinyxml2::MemPoolT< sizeof(tinyxml2::XMLComment) >.
Referenced by tinyxml2::XMLElement::CreateAttribute(), tinyxml2::XMLDocument::DeleteNode(), tinyxml2::XMLNode::InsertChildPreamble(), and tinyxml2::XMLNode::ParseDeep().