#include <AP_Array.h>
Inherits std::vector<_Ty>.

Public Member Functions | |
| AP_ArrayBase (void) | |
| void | Delete (void) |
| void | DeleteFront (void) |
| vector< _Ty >::iterator | Find (const _Ty &match) |
| _Ty | First (void) |
| void | Insert (const _Ty &item) |
| void | InsertFront (const _Ty &item) |
| _Ty | Next (void) |
| AP_ArrayBase & | operator+= (const AP_ArrayBase &array) |
| void | Remove (const _Ty &match) |
| virtual | ~AP_ArrayBase (void) |
Private Attributes | |
| vector< _Ty >::const_iterator | _m_curr_it |
| AP_ArrayBase | ( | void | ) | [inline] |
| virtual ~AP_ArrayBase | ( | void | ) | [inline, virtual] |
| void Delete | ( | void | ) | [inline] |
| void DeleteFront | ( | void | ) | [inline] |
| vector<_Ty>::iterator Find | ( | const _Ty & | match | ) | [inline] |
| _Ty First | ( | void | ) | [inline] |
| void Insert | ( | const _Ty & | item | ) | [inline] |
| void InsertFront | ( | const _Ty & | item | ) | [inline] |
| _Ty Next | ( | void | ) | [inline] |
| AP_ArrayBase& operator+= | ( | const AP_ArrayBase< _Ty > & | array | ) | [inline] |
| void Remove | ( | const _Ty & | match | ) | [inline] |
vector<_Ty>::const_iterator _m_curr_it [private] |
1.5.8