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

An STL-conforming const_iterator. More...

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


Detailed Description

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

An STL-conforming const_iterator.

Definition at line 278 of file LList.H.

+ Inheritance diagram for LList< 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 Toperator* ()
const Toperator() ()
const_iteratoroperator++ ()

Constructor & Destructor Documentation

Construct from base const_iterator.

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

Definition at line 287 of file LList.H.

const_iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

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

Definition at line 297 of file LList.H.


Member Function Documentation

const T& operator* ( )
inline
const T& operator() ( )
inline
const_iterator& operator++ ( )
inline

Definition at line 319 of file LList.H.


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