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 333 of file phaseInterface.H.
|
inlineexplicit |
Construct from pair, moving to its 'begin' position.
Definition at line 126 of file phaseInterfaceI.H.
|
inline |
Return the current index.
Definition at line 134 of file phaseInterfaceI.H.
|
inline |
Definition at line 141 of file phaseInterfaceI.H.
|
inline |
Definition at line 150 of file phaseInterfaceI.H.
References Foam::operator==().
|
inline |
Definition at line 159 of file phaseInterfaceI.H.
|
inline |
Definition at line 173 of file phaseInterfaceI.H.
References Foam::operator*().
|
inline |
Definition at line 180 of file phaseInterfaceI.H.
|
inline |
Definition at line 194 of file phaseInterfaceI.H.
|
inline |
Definition at line 202 of file phaseInterfaceI.H.
|
friend |
Definition at line 348 of file phaseInterface.H.