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

An STL-conforming iterator. More...

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


Detailed Description

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

An STL-conforming iterator.

Definition at line 184 of file LPtrList.H.

+ Inheritance diagram for LPtrList< LListBase, T >::iterator:
+ Collaboration diagram for LPtrList< LListBase, T >::iterator:

List of all members.

Public Member Functions

 iterator (LListBase_iterator baseIter)
 Construct from base iterator.
Toperator* ()
Toperator() ()
- Public Member Functions inherited from LList< LListBase, T >::iterator
iteratoroperator++ ()

Constructor & Destructor Documentation

iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Reimplemented from LList< LListBase, T >::iterator.

Definition at line 193 of file LPtrList.H.


Member Function Documentation

T& operator* ( )
inline

Reimplemented from LList< LListBase, T >::iterator.

Definition at line 203 of file LPtrList.H.

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

T& operator() ( )
inline

Reimplemented from LList< LListBase, T >::iterator.

Definition at line 208 of file LPtrList.H.

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


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