Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
array< T > Class Template Reference

Public Member Functions

 array (int size_hint)
 
T & operator[] (int index)
 
const T & operator[] (int index) const
 
int size () const
 
void push_back (const T &val)
 
T & front ()
 
const T & front () const
 
T & back ()
 
const T & back () const
 
void clear ()
 
void operator= (const array< T > &a)
 
void resize (int new_size)
 
void reserve (int rsize)
 
void transfer_members (array< T > *a)
 

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