STL const_iterator. More...
Public Member Functions | |
| const_iterator (const phaseInterface &) | |
| 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 | phaseInterface |
STL const_iterator.
Definition at line 354 of file phaseInterface.H.
|
inlineexplicit |
Construct from pair, moving to its 'begin' position.
Definition at line 161 of file phaseInterfaceI.H.
|
inline |
Return the current index.
Definition at line 170 of file phaseInterfaceI.H.
|
inline |
Definition at line 176 of file phaseInterfaceI.H.
|
inline |
Definition at line 185 of file phaseInterfaceI.H.
References Foam::operator==().

|
inline |
Definition at line 195 of file phaseInterfaceI.H.
|
inline |
Definition at line 209 of file phaseInterfaceI.H.
References Foam::operator*().

|
inline |
Definition at line 216 of file phaseInterfaceI.H.
|
inline |
Definition at line 230 of file phaseInterfaceI.H.
|
inline |
Definition at line 238 of file phaseInterfaceI.H.
|
friend |
Definition at line 369 of file phaseInterface.H.