Public Member Functions | List of all members
LList< LListBase, T >::const_iterator Class Reference

An STL-conforming const_iterator. More...

Inheritance diagram for LList< LListBase, T >::const_iterator:
Inheritance graph
[legend]
Collaboration diagram for LList< LListBase, T >::const_iterator:
Collaboration graph
[legend]

Public Member Functions

 const_iterator (LListBase_const_iterator baseIter)
 Construct from base const_iterator. More...
 
 const_iterator (LListBase_iterator baseIter)
 Construct from base iterator. More...
 
const Toperator* ()
 
const Toperator() ()
 
const_iteratoroperator++ ()
 

Detailed Description

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

An STL-conforming const_iterator.

Definition at line 284 of file LList.H.

Constructor & Destructor Documentation

Construct from base const_iterator.

Definition at line 292 of file LList.H.

const_iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Definition at line 299 of file LList.H.

Member Function Documentation

const T& operator* ( )
inline

Definition at line 307 of file LList.H.

References LList< LListBase, T >::link::obj_, and Foam::operator*().

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

Here is the call graph for this function:

Here is the caller graph for this function:

const T& operator() ( )
inline

Definition at line 314 of file LList.H.

References Foam::operator*().

Here is the call graph for this function:

const_iterator& operator++ ( )
inline

Definition at line 319 of file LList.H.


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