Gaia
GVarLengthArray< T, Prealloc > Class Template Reference

Public Member Functions

 GVarLengthArray (int size=0)
 
 GVarLengthArray (const GVarLengthArray< T, Prealloc > &other)
 
GVarLengthArray< T, Prealloc > & operator= (const GVarLengthArray< T, Prealloc > &other)
 
void removeLast ()
 
int size () const
 
int count () const
 
bool isEmpty () const
 
void resize (int size)
 
void clear ()
 
int capacity () const
 
void reserve (int size)
 
T & operator[] (int idx)
 
const T & operator[] (int idx) const
 
void append (const T &t)
 
void append (const T *buf, int size)
 
T * data ()
 
const T * data () const
 
const T * constData () const
 

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