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 (base_iterator iter)
 Construct from base iterator. More...
 
reference operator* () const
 
pointer operator-> () const
 
reference operator() () const
 
iteratoroperator++ ()
 
iteratoroperator-- ()
 

Detailed Description

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

An STL-conforming iterator.

Definition at line 410 of file LList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( base_iterator  iter)
inline

Construct from base iterator.

Definition at line 419 of file LList.H.

Member Function Documentation

◆ operator*()

reference operator* ( ) const
inline

Definition at line 424 of file LList.H.

References LList< LListBase, T >::link::ref().

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

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

◆ operator->()

pointer operator-> ( ) const
inline

Definition at line 429 of file LList.H.

References LList< LListBase, T >::link::ptr().

Here is the call graph for this function:

◆ operator()()

reference operator() ( ) const
inline

Definition at line 434 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 439 of file LList.H.

◆ operator--()

iterator& operator-- ( )
inline

Definition at line 445 of file LList.H.


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