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 178 of file phasePair.H.
|
inlineexplicit |
Construct from pair, moving to its 'begin' position.
Definition at line 110 of file phasePairI.H.
|
inline |
Return the current index.
Definition at line 116 of file phasePairI.H.
|
inline |
Definition at line 123 of file phasePairI.H.
Referenced by phasePair::const_iterator::operator!=().

|
inline |
Definition at line 132 of file phasePairI.H.
References phasePair::const_iterator::operator==().

|
inline |
Definition at line 141 of file phasePairI.H.
Referenced by phasePair::const_iterator::operator()().

|
inline |
Definition at line 155 of file phasePairI.H.
References phasePair::const_iterator::operator*().

|
inline |
Definition at line 162 of file phasePairI.H.
|
inline |
Definition at line 176 of file phasePairI.H.
Referenced by phasePair::const_iterator::operator++().

|
inline |
Definition at line 184 of file phasePairI.H.
References phasePair::const_iterator::operator++().

|
friend |
Definition at line 193 of file phasePair.H.