class SideIterator

Iterator for low and high side

Inheritance:


public members:

Constructors, destructors
SideIterator()
~SideIterator()

Modification functions
void begin()
void next()

Access functions
Side::LoHiSide operator() () const
bool ok() const

Documentation

SideIterator iterates over the values Side::Lo and Side::Hi. There are no adjustable parameters whatsoever.
SideIterator ()
Default, and only, constructor.

~SideIterator ()
Default destructor.

void begin ()
Set the iterator to the first side.

Arguments: none.
Returns: none.
This:
This object is modified.

void next ()
Advances the iterator to the next face.

Arguments: none.
Returns: none.
This:
This object is modified.

Side::LoHiSide operator() () const
Returns the value of the side for the current iteration.

Arguments: none.
Returns:
Returns the value of the side for the current iteration.
This:
This object is not modified.

bool ok () const
Checks to see if there is a next side.

Arguments: none.
Returns:
true if there is a next side.
false otherwise.
This:
This object is not modified.


this class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++