FreeFOAM The Cross-Platform CFD Toolkit
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 Toperator* ()
const Toperator() ()
const_iteratoroperator++ ()

Constructor & Destructor Documentation

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: