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

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

Member Function Documentation

template<class T, int INIT>
int tinyxml2::DynArray< T, INIT >::Capacity ( ) const
inline
template<class T, int INIT>
void tinyxml2::DynArray< T, INIT >::Clear ( )
inline
template<class T, int INIT>
bool tinyxml2::DynArray< T, INIT >::Empty ( ) const
inline
template<class T, int INIT>
const T* tinyxml2::DynArray< T, INIT >::Mem ( ) const
inline
template<class T, int INIT>
T* tinyxml2::DynArray< T, INIT >::Mem ( )
inline
template<class T, int INIT>
T& tinyxml2::DynArray< T, INIT >::operator[] ( int  i)
inline
template<class T, int INIT>
const T& tinyxml2::DynArray< T, INIT >::operator[] ( int  i) const
inline
template<class T, int INIT>
const T& tinyxml2::DynArray< T, INIT >::PeekTop ( ) const
inline
template<class T, int INIT>
T tinyxml2::DynArray< T, INIT >::Pop ( )
inline
template<class T, int INIT>
void tinyxml2::DynArray< T, INIT >::PopArr ( int  count)
inline
template<class T, int INIT>
void tinyxml2::DynArray< T, INIT >::Push ( t)
inline
template<class T, int INIT>
T* tinyxml2::DynArray< T, INIT >::PushArr ( int  count)
inline
template<class T, int INIT>
int tinyxml2::DynArray< T, INIT >::Size ( ) const
inline

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