LList< LListBase, T >::iterator Class Reference

An STL-conforming iterator. More...

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

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

Constructor & Destructor Documentation

◆ iterator()

iterator ( base_iterator  iter)
inline

Construct from base iterator.

Definition at line 338 of file LList.H.

Member Function Documentation

◆ operator*()

reference operator* ( ) const
inline

Definition at line 343 of file LList.H.

References dictionary::Searcher< Const >::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 348 of file LList.H.

◆ operator()()

reference operator() ( ) const
inline

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

◆ operator--()

iterator & operator-- ( )
inline

Definition at line 364 of file LList.H.


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