Loading...
Searching...
No Matches
LList< LListBase, T >::iterator Class Reference

An STL-conforming iterator. More...

#include <LList.H>

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.
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()

template<class LListBase, class T>
iterator ( base_iterator iter)
inline

Construct from base iterator.

Definition at line 419 of file LList.H.

Referenced by operator++(), and operator--().

Here is the caller graph for this function:

Member Function Documentation

◆ operator*()

template<class LListBase, class T>
reference operator* ( ) const
inline

Definition at line 424 of file LList.H.

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

Referenced by operator()().

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

◆ operator->()

template<class LListBase, class T>
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()()

template<class LListBase, class T>
reference operator() ( ) const
inline

Definition at line 434 of file LList.H.

References operator*().

Here is the call graph for this function:

◆ operator++()

template<class LListBase, class T>
iterator & operator++ ( )
inline

Definition at line 439 of file LList.H.

References iterator().

Here is the call graph for this function:

◆ operator--()

template<class LListBase, class T>
iterator & operator-- ( )
inline

Definition at line 445 of file LList.H.

References iterator().

Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H