|
|
| SimpleVector (int initSize=0) |
| |
|
int | resize (int newCapacity) |
| |
|
Object & | operator[] (int index) |
| |
|
const Object & | operator[] (int index) const |
| |
|
bool | empty () const |
| |
|
int | size () const |
| |
|
int | capacity () const |
| |
|
const Object * | data () |
| |
|
int | push_back (const Object &x) |
| |
|
void | pop_back () |
| |
|
void | clear () |
| |
|
| SimpleVector (int initSize=0) |
| |
|
int | resize (int newCapacity) |
| |
|
Object & | operator[] (int index) |
| |
|
const Object & | operator[] (int index) const |
| |
|
bool | empty () const |
| |
|
int | size () const |
| |
|
int | capacity () const |
| |
|
const Object * | data () |
| |
|
int | push_back (const Object &x) |
| |
|
void | pop_back () |
| |
|
void | clear () |
| |
The documentation for this class was generated from the following file: