Template Class MemPoolT

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Class Documentation

template<int ITEM_SIZE>
class MemPoolT : public tinyxml2::MemPool

Public Types

enum [anonymous]

Values:

enumerator ITEMS_PER_BLOCK

Public Functions

inline MemPoolT()
inline ~MemPoolT()
inline void Clear()
inline virtual int ItemSize() const override
inline int CurrentAllocs() const
inline virtual void *Alloc() override
inline virtual void Free(void *mem) override
inline void Trace(const char *name)
inline virtual void SetTracked() override
inline int Untracked() const