Public Member Functions | List of all members
tinyxml2::MemPool Class Referenceabstract

#include <tinyxml2.h>

Inheritance diagram for tinyxml2::MemPool:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

Definition at line 330 of file tinyxml2.h.

Constructor & Destructor Documentation

◆ MemPool()

tinyxml2::MemPool::MemPool ( )
inline

Definition at line 333 of file tinyxml2.h.

◆ ~MemPool()

virtual tinyxml2::MemPool::~MemPool ( )
inlinevirtual

Definition at line 334 of file tinyxml2.h.

Member Function Documentation

◆ Alloc()

virtual void* tinyxml2::MemPool::Alloc ( )
pure virtual

◆ Free()

virtual void tinyxml2::MemPool::Free ( void *  )
pure virtual

◆ ItemSize()

virtual int tinyxml2::MemPool::ItemSize ( ) const
pure virtual

◆ SetTracked()

virtual void tinyxml2::MemPool::SetTracked ( )
pure virtual

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


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:10