STL const_iterator. More...
Public Member Functions | |
const_iterator (const phasePair &) | |
Construct from pair, moving to its 'begin' position. More... | |
label | index () const |
Return the current index. More... | |
bool | operator== (const const_iterator &) const |
bool | operator!= (const const_iterator &) const |
const phaseModel & | operator* () const |
const phaseModel & | operator() () const |
const phaseModel & | otherPhase () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
Friends | |
class | phasePair |
STL const_iterator.
Definition at line 181 of file phasePair.H.
|
inlineexplicit |
Construct from pair, moving to its 'begin' position.
Definition at line 116 of file phasePairI.H.
|
inline |
Return the current index.
Definition at line 122 of file phasePairI.H.
|
inline |
Definition at line 129 of file phasePairI.H.
Referenced by phasePair::const_iterator::operator!=().
|
inline |
Definition at line 138 of file phasePairI.H.
References phasePair::const_iterator::operator==().
|
inline |
Definition at line 147 of file phasePairI.H.
Referenced by phasePair::const_iterator::operator()().
|
inline |
Definition at line 161 of file phasePairI.H.
References phasePair::const_iterator::operator*().
|
inline |
Definition at line 168 of file phasePairI.H.
|
inline |
Definition at line 182 of file phasePairI.H.
Referenced by phasePair::const_iterator::operator++().
|
inline |
Definition at line 190 of file phasePairI.H.
References phasePair::const_iterator::operator++().
|
friend |
Definition at line 196 of file phasePair.H.