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

const_iterator Class Reference

An STL-conforming const_iterator. More...

List of all members.


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++ ()

Detailed Description

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

An STL-conforming const_iterator.

Definition at line 217 of file UILList.H.


Constructor & Destructor Documentation

const_iterator ( LListBase_const_iterator  baseIter  )  [inline]

Construct from base const_iterator.

Definition at line 226 of file UILList.H.

const_iterator ( LListBase_iterator  baseIter  )  [inline]

Construct from base iterator.

Definition at line 235 of file UILList.H.


Member Function Documentation

const T& operator* (  )  [inline]

Definition at line 245 of file UILList.H.

References Foam::T().

Here is the call graph for this function:

const T& operator() (  )  [inline]

Definition at line 252 of file UILList.H.

const_iterator& operator++ (  )  [inline]

Definition at line 257 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