Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/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 |
virtual void | Clear ()=0 |
Definition at line 307 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 307 of file tinyxml2.h
|
inline |
Definition at line 310 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 310 of file tinyxml2.h
|
inlinevirtual |
Definition at line 311 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 311 of file tinyxml2.h
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in tinyxml2::MemPoolT< ITEM_SIZE >, tinyxml2::MemPoolT< sizeof(XMLComment) >, tinyxml2::MemPoolT< sizeof(XMLAttribute) >, tinyxml2::MemPoolT< sizeof(XMLText) >, and tinyxml2::MemPoolT< sizeof(XMLElement) >.
Referenced by tinyxml2::XMLElement::DeleteAttribute(), and tinyxml2::XMLNode::DeleteNode().
|
pure virtual |
|
pure virtual |
Implemented in tinyxml2::MemPoolT< ITEM_SIZE >, tinyxml2::MemPoolT< sizeof(XMLComment) >, tinyxml2::MemPoolT< sizeof(XMLAttribute) >, tinyxml2::MemPoolT< sizeof(XMLText) >, and tinyxml2::MemPoolT< sizeof(XMLElement) >.
Referenced by tinyxml2::XMLDocument::DeleteNode(), tinyxml2::XMLNode::InsertChildPreamble(), and tinyxml2::XMLNode::ParseDeep().