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) |