LList< LListBase, T >::iterator Class Reference

An STL-conforming iterator. More...

Inheritance diagram for LList< LListBase, T >::iterator:
Collaboration diagram for LList< LListBase, T >::iterator:

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 246 of file LList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Definition at line 254 of file LList.H.

Member Function Documentation

◆ operator*()

T& operator* ( )
inline

Definition at line 262 of file LList.H.

References Foam::operator*().

Referenced by LList< LListBase, T >::iterator::operator()(), and ULPtrList< 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 269 of file LList.H.

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

Here is the call graph for this function:

◆ operator++()

iterator& operator++ ( )
inline

Definition at line 274 of file LList.H.


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