OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

iterator Class Reference

An STL-conforming iterator. More...

List of all members.


Public Member Functions

 iterator (LListBase_iterator baseIter)
 Construct from base iterator.
T & operator* ()
T & operator() ()
iteratoroperator++ ()

Detailed Description

template<class LListBase, class T>
class Foam::UILList< LListBase, T >::iterator

An STL-conforming iterator.

Definition at line 175 of file UILList.H.


Constructor & Destructor Documentation

iterator ( LListBase_iterator  baseIter  )  [inline]

Construct from base iterator.

Definition at line 184 of file UILList.H.


Member Function Documentation

T& operator* (  )  [inline]

Definition at line 194 of file UILList.H.

References Foam::T().

Here is the call graph for this function:

T& operator() (  )  [inline]

Definition at line 199 of file UILList.H.

iterator& operator++ (  )  [inline]

Definition at line 204 of file UILList.H.


The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H
Copyright © 2000-2009 OpenCFD Ltd