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

An STL-conforming iterator. More...

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

Public Member Functions

 iterator (LListBase_iterator baseIter)
 Construct from base iterator. More...
 
Toperator* ()
 
Toperator() ()
 
iteratoroperator++ ()
 

Detailed Description

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

An STL-conforming iterator.

Definition at line 240 of file LList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Definition at line 248 of file LList.H.

Member Function Documentation

◆ operator*()

T& operator* ( )
inline

Definition at line 256 of file LList.H.

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

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

T& operator() ( )
inline

Definition at line 263 of file LList.H.

References Foam::operator*().

Here is the call graph for this function:

◆ operator++()

iterator& operator++ ( )
inline

Definition at line 268 of file LList.H.


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