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

Constructor & Destructor Documentation

◆ const_reverse_iterator()

Construct from base iterator.

Definition at line 473 of file LList.H.

Member Function Documentation

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 478 of file LList.H.

References dictionary::Searcher< Const >::ref().

Here is the call graph for this function:

◆ operator->()

const_pointer operator-> ( ) const
inline

Definition at line 483 of file LList.H.

◆ operator++()

Definition at line 488 of file LList.H.

◆ operator--()

Definition at line 494 of file LList.H.


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