LList< LListBase, T >::const_reverse_iterator Class Reference

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

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

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

Constructor & Destructor Documentation

◆ const_reverse_iterator()

Construct from base iterator.

Definition at line 568 of file LList.H.

Member Function Documentation

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 573 of file LList.H.

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

Here is the call graph for this function:

◆ operator->()

const_pointer operator-> ( ) const
inline

Definition at line 578 of file LList.H.

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

Here is the call graph for this function:

◆ operator++()

Definition at line 583 of file LList.H.

◆ operator--()

Definition at line 589 of file LList.H.


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