FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

UILList< LListBase, T >::const_iterator Class Reference

An STL-conforming const_iterator. More...

#include <src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H>


Detailed Description

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

An STL-conforming const_iterator.

Definition at line 218 of file UILList.H.

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_iterator &  operator++ ()

Constructor & Destructor Documentation

const_iterator ( LListBase_const_iterator   baseIter  ) [inline]

Construct from base const_iterator.

Definition at line 227 of file UILList.H.

const_iterator ( LListBase_iterator   baseIter  ) [inline]

Construct from base iterator.

Definition at line 236 of file UILList.H.


Member Function Documentation

const T& operator* (  ) [inline]

Definition at line 246 of file UILList.H.

References Foam::T().

Referenced by UILList< LListBase, T >::const_iterator::operator()().

const T& operator() (  ) [inline]

Definition at line 253 of file UILList.H.

References UILList< LListBase, T >::const_iterator::operator*().

const_iterator& operator++ (  ) [inline]

Definition at line 258 of file UILList.H.


The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H