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 Clear ()=0
 
virtual void Free (void *)=0
 
virtual int ItemSize () const =0
 
 MemPool ()
 
virtual void SetTracked ()=0
 
virtual ~MemPool ()
 

Detailed Description

Definition at line 325 of file tinyxml2.h.

Constructor & Destructor Documentation

◆ MemPool()

tinyxml2::MemPool::MemPool ( )
inline

Definition at line 328 of file tinyxml2.h.

◆ ~MemPool()

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

Definition at line 329 of file tinyxml2.h.

Member Function Documentation

◆ Alloc()

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

◆ Clear()

virtual void tinyxml2::MemPool::Clear ( )
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:


denso_robot_core
Author(s): DENSO WAVE INCORPORATED
autogenerated on Sat Feb 18 2023 04:06:02