OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

template<int SIZE>
anonymous enum
Enumerator
COUNT 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Implements tinyxml2::MemPool.

template<int SIZE>
int tinyxml2::MemPoolT< SIZE >::CurrentAllocs ( ) const
inline
template<int SIZE>
virtual void tinyxml2::MemPoolT< SIZE >::Free ( void *  mem)
inlinevirtual

Implements tinyxml2::MemPool.

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

Implements tinyxml2::MemPool.

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

Implements tinyxml2::MemPool.

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

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