LList< LListBase, T >::const_reverse_iterator Class Reference
Inheritance diagram for LList< LListBase, T >::const_reverse_iterator:
[legend]
Collaboration diagram for LList< LListBase, T >::const_reverse_iterator:
[legend]

Public Member Functions

 const_reverse_iterator (const_base_iterator iter)
 Construct from base iterator. More...
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_reverse_iteratoroperator++ ()
 
const_reverse_iteratoroperator-- ()
 

Detailed Description

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

A const_reverse_iterator, for LListBase classes that support reverse iteration

Definition at line 460 of file LList.H.

Constructor & Destructor Documentation

◆ const_reverse_iterator()

Construct from base iterator.

Definition at line 467 of file LList.H.

Member Function Documentation

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 472 of file LList.H.

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

Referenced by LPtrList< LListBase, T >::const_reverse_iterator::get().

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

◆ operator->()

const_pointer operator-> ( ) const
inline

Definition at line 477 of file LList.H.

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

Here is the call graph for this function:

◆ operator++()

Definition at line 482 of file LList.H.

◆ operator--()

Definition at line 488 of file LList.H.


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