Public Member Functions | |
const_iterator (const iterator &src) | |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &a) const |
bool | operator!= (const const_iterator &a) const |
T_IN | operator* () const |
Public Attributes | |
const CFastArray * | m_owner |
INDEXTYPE | m_pos |
Friends | |
class | CFastArray |
Acts like const_iterator of STL