AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
Aws::External::tinyxml2::MemPoolT< ITEM_SIZE > Class Template Reference

#include <tinyxml2.h>

Inheritance diagram for Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >:
[legend]

Public Types

enum  { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }
 

Public Member Functions

 
 
void Clear ()
 
virtual size_t ItemSize () const override
 
size_t CurrentAllocs () const
 
virtual void * Alloc () override
 
virtual void Free (void *mem) override
 
void Trace (const char *name)
 
void SetTracked () override
 
size_t Untracked () const
 

Public Member Functions inherited from Aws::External::tinyxml2::MemPool

 MemPool ()
 
virtual ~MemPool ()
 

Detailed Description

template<size_t ITEM_SIZE>
class Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >

Definition at line 358 of file tinyxml2.h.

Member Enumeration Documentation

◆ anonymous enum

template<size_t ITEM_SIZE>
anonymous enum
Enumerator
ITEMS_PER_BLOCK 

Definition at line 449 of file tinyxml2.h.

Constructor & Destructor Documentation

◆ MemPoolT()

template<size_t ITEM_SIZE>
Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::MemPoolT ( )
inline

Definition at line 361 of file tinyxml2.h.

◆ ~MemPoolT()

template<size_t ITEM_SIZE>
inline

Definition at line 362 of file tinyxml2.h.

Member Function Documentation

◆ Alloc()

template<size_t ITEM_SIZE>
virtual void * Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::Alloc ( )
inlineoverridevirtual

Implements Aws::External::tinyxml2::MemPool.

Definition at line 386 of file tinyxml2.h.

◆ Clear()

template<size_t ITEM_SIZE>
void Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::Clear ( )
inline

Definition at line 366 of file tinyxml2.h.

◆ CurrentAllocs()

template<size_t ITEM_SIZE>
size_t Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::CurrentAllocs ( ) const
inline

Definition at line 382 of file tinyxml2.h.

◆ Free()

template<size_t ITEM_SIZE>
virtual void Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::Free ( void *  mem)
inlineoverridevirtual

Implements Aws::External::tinyxml2::MemPool.

Definition at line 412 of file tinyxml2.h.

◆ ItemSize()

template<size_t ITEM_SIZE>
virtual size_t Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::ItemSize ( ) const
inlineoverridevirtual

Implements Aws::External::tinyxml2::MemPool.

Definition at line 379 of file tinyxml2.h.

◆ SetTracked()

template<size_t ITEM_SIZE>
void Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::SetTracked ( )
inlineoverridevirtual

Implements Aws::External::tinyxml2::MemPool.

Definition at line 430 of file tinyxml2.h.

◆ Trace()

template<size_t ITEM_SIZE>
void Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::Trace ( const char *  name)
inline

Definition at line 424 of file tinyxml2.h.

◆ Untracked()

template<size_t ITEM_SIZE>
size_t Aws::External::tinyxml2::MemPoolT< ITEM_SIZE >::Untracked ( ) const
inline

Definition at line 434 of file tinyxml2.h.


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