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

LPtrList< LListBase, T >::const_iterator Class Reference

An STL-conforming const_iterator. More...

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


Detailed Description

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

An STL-conforming const_iterator.

Definition at line 220 of file LPtrList.H.

Inheritance diagram for LPtrList< LListBase, T >::const_iterator:
Collaboration diagram for LPtrList< LListBase, T >::const_iterator:

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() ()

Constructor & Destructor Documentation

const_iterator ( LListBase_const_iterator   baseIter  ) [inline]

Construct from base const_iterator.

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

Definition at line 229 of file LPtrList.H.

const_iterator ( LListBase_iterator   baseIter  ) [inline]

Construct from base iterator.

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

Definition at line 238 of file LPtrList.H.


Member Function Documentation

const T& operator* (  ) [inline]
const T& operator() (  ) [inline]

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