FreeFOAM The Cross-Platform CFD Toolkit
UILList< LListBase, T >::iterator Class Reference

An STL-conforming iterator. More...

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


Detailed Description

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

An STL-conforming iterator.

Definition at line 176 of file UILList.H.

List of all members.

Public Member Functions

 iterator (LListBase_iterator baseIter)
 Construct from base iterator.
Toperator* ()
Toperator() ()
iteratoroperator++ ()

Constructor & Destructor Documentation

iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Definition at line 185 of file UILList.H.


Member Function Documentation

T& operator* ( )
inline

Definition at line 195 of file UILList.H.

References Foam::T().

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

T& operator() ( )
inline

Definition at line 200 of file UILList.H.

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

iterator& operator++ ( )
inline

Definition at line 205 of file UILList.H.


The documentation for this class was generated from the following file: