OpenCV  3.2.0
Open Source Computer Vision
Public Member Functions | List of all members
tinyxml2::DynArray< T, INIT > Class Template Reference

#include "tinyxml2.h"

Public Member Functions

 DynArray ()
 
 ~DynArray ()
 
int Capacity () const
 
void Clear ()
 
bool Empty () const
 
const T * Mem () const
 
T * Mem ()
 
T & operator[] (int i)
 
const T & operator[] (int i) const
 
const T & PeekTop () const
 
Pop ()
 
void PopArr (int count)
 
void Push (T t)
 
T * PushArr (int count)
 
int Size () const
 

Constructor & Destructor Documentation

§ DynArray()

template<class T, int INIT>
tinyxml2::DynArray< T, INIT >::DynArray ( )

§ ~DynArray()

template<class T, int INIT>
tinyxml2::DynArray< T, INIT >::~DynArray ( )

Member Function Documentation

§ Capacity()

template<class T, int INIT>
int tinyxml2::DynArray< T, INIT >::Capacity ( ) const

§ Clear()

template<class T, int INIT>
void tinyxml2::DynArray< T, INIT >::Clear ( )

§ Empty()

template<class T, int INIT>
bool tinyxml2::DynArray< T, INIT >::Empty ( ) const

§ Mem() [1/2]

template<class T, int INIT>
const T* tinyxml2::DynArray< T, INIT >::Mem ( ) const

§ Mem() [2/2]

template<class T, int INIT>
T* tinyxml2::DynArray< T, INIT >::Mem ( )

§ operator[]() [1/2]

template<class T, int INIT>
T& tinyxml2::DynArray< T, INIT >::operator[] ( int  i)

§ operator[]() [2/2]

template<class T, int INIT>
const T& tinyxml2::DynArray< T, INIT >::operator[] ( int  i) const

§ PeekTop()

template<class T, int INIT>
const T& tinyxml2::DynArray< T, INIT >::PeekTop ( ) const

§ Pop()

template<class T, int INIT>
T tinyxml2::DynArray< T, INIT >::Pop ( )

§ PopArr()

template<class T, int INIT>
void tinyxml2::DynArray< T, INIT >::PopArr ( int  count)

§ Push()

template<class T, int INIT>
void tinyxml2::DynArray< T, INIT >::Push ( t)

§ PushArr()

template<class T, int INIT>
T* tinyxml2::DynArray< T, INIT >::PushArr ( int  count)

§ Size()

template<class T, int INIT>
int tinyxml2::DynArray< T, INIT >::Size ( ) const

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