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

A reverse_iterator, for LListBase classes that support reverse iteration. More...

#include <LList.H>

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

Public Member Functions

 reverse_iterator (base_iterator iter)
 Construct from base iterator.
reference operator* () const
pointer operator-> () const
reverse_iteratoroperator++ ()
reverse_iteratoroperator-- ()

Detailed Description

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

A reverse_iterator, for LListBase classes that support reverse iteration.

Definition at line 515 of file LList.H.

Constructor & Destructor Documentation

◆ reverse_iterator()

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

Construct from base iterator.

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

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

Here is the call graph for this function:

◆ operator->()

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

Definition at line 534 of file LList.H.

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

Here is the call graph for this function:

◆ operator++()

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

Definition at line 539 of file LList.H.

References reverse_iterator().

Here is the call graph for this function:

◆ operator--()

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

Definition at line 545 of file LList.H.

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