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

Constructor & Destructor Documentation

◆ iterator()

iterator ( base_iterator  iter)
inline

Construct from base iterator.

Definition at line 332 of file LList.H.

Member Function Documentation

◆ operator*()

reference operator* ( ) const
inline

Definition at line 337 of file LList.H.

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

Referenced by LPtrList< LListBase, T >::iterator::get(), and 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 342 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 347 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 352 of file LList.H.

◆ operator--()

iterator& operator-- ( )
inline

Definition at line 358 of file LList.H.


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