This iterator class is meant to behave just like the iterator class inside an STL vector.
Documentation
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.
ASTlist<LoopRowNode*> ::iterator vIter
iterator()
iterator( const ASTlist<LoopRowNode*>::iterator ©Me )
iterator( value_type ©Me )
~iterator()
bool operator==( const iterator &x ) const
bool operator!=( const iterator &x ) const
reference operator*() const
value_type operator->() const
iterator& operator++()
iterator& operator++(int)
iterator& operator--()
iterator& operator--(int)
iterator& operator+=(size_type n)
iterator& operator-=(size_type n)
- This class has no child classes.
- Friends:
- class LoopTableNode
class const_iterator
Alphabetic index HTML hierarchy of classes or Java
Starlib is a creation of BioMagResBank:
bmrb.wisc.edu