class const_iterator

This is supposed to behave like the iterator class in an STL vector.

Public Methods

[more] const_iterator ( const value_type &copyMe )
[more] const_iterator ()
[more] const_iterator ( const ASTlist<LoopNameListNode*>::const_iterator &copyMe )
[more]bool operator!= ( const iterator &x ) const
[more]const_reference operator* () const
[more]const_iterator& operator++ (int)
[more]const_iterator& operator++ ()
[more]const_iterator& operator+= (size_type n)
[more]const_iterator& operator-- (int)
[more]const_iterator& operator-- ()
[more]const_iterator& operator-= (size_type n)
[more]const value_type operator-> () const
[more] ~const_iterator ()

Protected Fields

[more]ASTlist<LoopNameListNode*> ::const_iterator vIter


Documentation

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.
oASTlist<LoopNameListNode*> ::const_iterator vIter

o const_iterator()

o const_iterator( const ASTlist<LoopNameListNode*>::const_iterator &copyMe )

o const_iterator( const value_type &copyMe )

o ~const_iterator()

obool operator!=( const iterator &x ) const

oconst_reference operator*() const

oconst value_type operator->() const

oconst_iterator& operator++()

oconst_iterator& operator++(int)

oconst_iterator& operator--()

oconst_iterator& operator--(int)

oconst_iterator& operator+=(size_type n)

oconst_iterator& operator-=(size_type n)


This class has no child classes.
Friends:
class DataLoopNameListNode

Alphabetic index HTML hierarchy of classes or Java


Starlib is a creation of BioMagResBank: bmrb.wisc.edu starlib banner