class const_iterator |
This iterator class is meant to behave just like the iterator class inside an STL vector.
| const_iterator ( const ASTlist<DataValueNode*>::const_iterator ©Me ) | |
| const_iterator ( const value_type ©Me ) | |
| const_iterator () | |
| operator!= ( const iterator &x ) const | |
| operator* () const | |
| operator++ () | |
| operator++ (int) | |
| operator+= (size_type n) | |
| operator-- (int) | |
| operator-- () | |
| operator-= (size_type n) | |
| operator-> () const | |
| operator== ( const iterator &x ) const | |
| ~const_iterator () |
| vIter |
This iterator class is meant to behave just like the iterator class inside an STL vector. This is not documented because the STL vector interface is large and beyond the scope of this document. It is expected that the reader will have access to STL vector documentation, in which case the way to use these functions will be immediately apparent, as they share the same name as their STL vector counterparts: Note that reverse_iterator and const_reverse_iterator are not implemented.
Alphabetic index HTML hierarchy of classes or Java