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

An STL-conforming iterator. More...

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


Detailed Description

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

An STL-conforming iterator.

Definition at line 234 of file LList.H.

+ Inheritance diagram for LList< LListBase, T >::iterator:

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.

Reimplemented in LPtrList< LListBase, T >::iterator.

Definition at line 243 of file LList.H.


Member Function Documentation

T& operator* ( )
inline

Reimplemented in LPtrList< LListBase, T >::iterator.

Definition at line 253 of file LList.H.

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

T& operator() ( )
inline

Reimplemented in LPtrList< LListBase, T >::iterator.

Definition at line 260 of file LList.H.

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

iterator& operator++ ( )
inline

Definition at line 265 of file LList.H.


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