STL const_iterator. More...
Public Member Functions | |
| const_iterator (const phaseInterface &) | |
| Construct from interface, 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 367 of file phaseInterface.H.
|
inlineexplicit |
Construct from interface, moving to its 'begin' position.
Definition at line 191 of file phaseInterfaceI.H.
|
inline |
Return the current index.
Definition at line 200 of file phaseInterfaceI.H.
|
inline |
Definition at line 206 of file phaseInterfaceI.H.
|
inline |
Definition at line 215 of file phaseInterfaceI.H.
References phaseInterface::operator==().

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

|
inline |
Definition at line 246 of file phaseInterfaceI.H.
|
inline |
Definition at line 260 of file phaseInterfaceI.H.
|
inline |
Definition at line 268 of file phaseInterfaceI.H.
|
friend |
Definition at line 382 of file phaseInterface.H.