phaseInterface::const_iterator Class Reference

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 phaseModeloperator* () const
 
const phaseModeloperator() () const
 
const phaseModelotherPhase () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 

Friends

class phaseInterface
 

Detailed Description

STL const_iterator.

Definition at line 354 of file phaseInterface.H.

Constructor & Destructor Documentation

◆ const_iterator()

const_iterator ( const phaseInterface pair)
inlineexplicit

Construct from pair, moving to its 'begin' position.

Definition at line 161 of file phaseInterfaceI.H.

Member Function Documentation

◆ index()

Foam::label index ( ) const
inline

Return the current index.

Definition at line 170 of file phaseInterfaceI.H.

◆ operator==()

bool operator== ( const const_iterator iter) const
inline

Definition at line 176 of file phaseInterfaceI.H.

◆ operator!=()

bool operator!= ( const const_iterator iter) const
inline

Definition at line 185 of file phaseInterfaceI.H.

References Foam::operator==().

Here is the call graph for this function:

◆ operator*()

const Foam::phaseModel & operator* ( ) const
inline

Definition at line 195 of file phaseInterfaceI.H.

◆ operator()()

const Foam::phaseModel & operator() ( ) const
inline

Definition at line 209 of file phaseInterfaceI.H.

References Foam::operator*().

Here is the call graph for this function:

◆ otherPhase()

const Foam::phaseModel & otherPhase ( ) const
inline

Definition at line 216 of file phaseInterfaceI.H.

◆ operator++() [1/2]

Foam::phaseInterface::const_iterator & operator++ ( )
inline

Definition at line 230 of file phaseInterfaceI.H.

◆ operator++() [2/2]

Foam::phaseInterface::const_iterator operator++ ( int  )
inline

Definition at line 238 of file phaseInterfaceI.H.

Friends And Related Function Documentation

◆ phaseInterface

friend class phaseInterface
friend

Definition at line 369 of file phaseInterface.H.


The documentation for this class was generated from the following files: