class iterator |
This is designed to behave like the STL vector iterator.
| iterator ( const ASTlist<DataNameNode*>::iterator ©Me ) | |
| iterator ( value_type ©Me ) | |
| 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 | |
| ~iterator () |
| vIter |
This is designed to behave like the STL vector iterator. it is not documented in detail because the reader is expected to have access to the STL documentation descrtibing vectors. Note that reverse_iterator and const_reverse_iterator are not implemented.
Alphabetic index HTML hierarchy of classes or Java