OpenCV  3.2.0
Open Source Computer Vision
Classes | Public Types | Public Member Functions | List of all members
tinyxml2::MemPoolT< SIZE > Class Template Reference

#include "tinyxml2.h"

Inheritance diagram for tinyxml2::MemPoolT< SIZE >:
tinyxml2::MemPool

Public Types

enum  { COUNT = (4*1024)/SIZE }
 

Public Member Functions

 MemPoolT ()
 
 ~MemPoolT ()
 
virtual void * Alloc ()
 
int CurrentAllocs () const
 
virtual void Free (void *mem)
 
virtual int ItemSize () const
 
void SetTracked ()
 
void Trace (const char *name)
 
int Untracked () const
 
- Public Member Functions inherited from tinyxml2::MemPool
 MemPool ()
 
virtual ~MemPool ()
 

Member Enumeration Documentation

§ anonymous enum

template<int SIZE>
anonymous enum
Enumerator
COUNT 

Constructor & Destructor Documentation

§ MemPoolT()

template<int SIZE>
tinyxml2::MemPoolT< SIZE >::MemPoolT ( )

§ ~MemPoolT()

template<int SIZE>
tinyxml2::MemPoolT< SIZE >::~MemPoolT ( )

Member Function Documentation

§ Alloc()

template<int SIZE>
virtual void* tinyxml2::MemPoolT< SIZE >::Alloc ( )
virtual

Implements tinyxml2::MemPool.

§ CurrentAllocs()

template<int SIZE>
int tinyxml2::MemPoolT< SIZE >::CurrentAllocs ( ) const

§ Free()

template<int SIZE>
virtual void tinyxml2::MemPoolT< SIZE >::Free ( void *  mem)
virtual

Implements tinyxml2::MemPool.

§ ItemSize()

template<int SIZE>
virtual int tinyxml2::MemPoolT< SIZE >::ItemSize ( ) const
virtual

Implements tinyxml2::MemPool.

§ SetTracked()

template<int SIZE>
void tinyxml2::MemPoolT< SIZE >::SetTracked ( )
virtual

Implements tinyxml2::MemPool.

§ Trace()

template<int SIZE>
void tinyxml2::MemPoolT< SIZE >::Trace ( const char *  name)

§ Untracked()

template<int SIZE>
int tinyxml2::MemPoolT< SIZE >::Untracked ( ) const

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