class const_iterator |
This is supposed to behave like the iterator class in an STL vector.
| const_iterator ( const value_type ©Me ) | |
| const_iterator () | |
| const_iterator ( const ASTlist<LoopNameListNode*>::const_iterator ©Me ) | |
| operator!= ( const iterator &x ) const | |
| operator* () const | |
| operator++ (int) | |
| operator++ () | |
| operator+= (size_type n) | |
| operator-- (int) | |
| operator-- () | |
| operator-= (size_type n) | |
| operator-> () const | |
| ~const_iterator () |
| vIter |
This is supposed to behave like the iterator class in an STL vector. It is not documented because the reader is expected to have access to the STL vector documentation, and a treatise on how to use STL vectors is beyond the scope of this documentation. Note that reverse_iterator and const_reverse_iterator are not implemented.
Alphabetic index HTML hierarchy of classes or Java