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

An STL-conforming const_iterator. More...

#include <LList.H>

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

Public Member Functions

 const_iterator (const_base_iterator iter)
 Construct from base iterator.
 const_iterator (base_iterator iter)
 Construct from base iterator.
const_reference operator* () const
const_pointer operator-> () const
const_reference operator() () const
const_iteratoroperator++ ()
const_iteratoroperator-- ()

Detailed Description

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

An STL-conforming const_iterator.

Definition at line 458 of file LList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

template<class LListBase, class T>
const_iterator ( const_base_iterator iter)
inline

Construct from base iterator.

Definition at line 467 of file LList.H.

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

Here is the caller graph for this function:

◆ const_iterator() [2/2]

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

Construct from base iterator.

Definition at line 475 of file LList.H.

Member Function Documentation

◆ operator*()

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

Definition at line 480 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>
const_pointer operator-> ( ) const
inline

Definition at line 485 of file LList.H.

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

Here is the call graph for this function:

◆ operator()()

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

Definition at line 490 of file LList.H.

References operator*().

Here is the call graph for this function:

◆ operator++()

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

Definition at line 495 of file LList.H.

References const_iterator().

Here is the call graph for this function:

◆ operator--()

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

Definition at line 501 of file LList.H.

References const_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