Public Member Functions | |
| apvector (const apvector &vec) | |
| apvector (int size, const itemType &fillValue) | |
| apvector (int size) | |
| apvector () | |
| int | length () const |
| const apvector & | operator= (const apvector &vec) |
| const itemType & | operator[] (int index) const |
| itemType & | operator[] (int index) |
| void | resize (int newSize) |
| ~apvector () | |
| int apvector< itemType >::length | ( | ) | const |
| const apvector& apvector< itemType >::operator= | ( | const apvector< itemType > & | vec | ) |
| const itemType& apvector< itemType >::operator[] | ( | int | index | ) | const |
| itemType& apvector< itemType >::operator[] | ( | int | index | ) |
| void apvector< itemType >::resize | ( | int | newSize | ) |
1.5.8