cocos2d-x  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DynArray< T, INIT > Class Template Reference

#include <tinyxml2.h>

Public Member Functions

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

Constructor & Destructor Documentation

DynArray ( )
inline
~DynArray ( )
inline

Member Function Documentation

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

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