OpenFOAM logo
Open Source CFD Toolkit

LList::const_iterator Class Reference

Inheritance diagram for LList::const_iterator:

Inheritance graph
[legend]
List of all members.

template<class LListBase, class T>
class Foam::LList< LListBase, T >::const_iterator


Public Member Functions

 const_iterator (LListBase_const_iterator baseIter)
 Construct from base const_iterator.
 const_iterator (LListBase_iterator baseIter)
 Construct from base iterator.
const T & operator * ()
const T & operator() ()
const_iteratoroperator++ ()

Constructor & Destructor Documentation

const_iterator LListBase_const_iterator  baseIter  )  [inline]
 

Construct from base const_iterator.

Reimplemented in LPtrList::const_iterator.

Definition at line 275 of file LList.H.

const_iterator LListBase_iterator  baseIter  )  [inline]
 

Construct from base iterator.

Reimplemented in LPtrList::const_iterator.

Definition at line 285 of file LList.H.

References Foam::operator *().

Here is the call graph for this function:


Member Function Documentation

const T& operator *  )  [inline]
 

Reimplemented in LPtrList::const_iterator.

Definition at line 295 of file LList.H.

const T& operator()  )  [inline]
 

Reimplemented in LPtrList::const_iterator.

Definition at line 302 of file LList.H.

References Foam::T().

Here is the call graph for this function:

const_iterator& operator++  )  [inline]
 

Definition at line 307 of file LList.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org