UILList< LListBase, T >::const_reverse_iterator Class Reference

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

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

Public Member Functions

 const_reverse_iterator (const_base_iterator iter)
 
const_pointer get () const
 Return the address of the object being referenced. More...
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_reference operator() () const
 
const_reverse_iteratoroperator++ ()
 

Detailed Description

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

A const_reverse_iterator, for LListBase classes that support reverse iteration.

Definition at line 395 of file UILList.H.

Constructor & Destructor Documentation

◆ const_reverse_iterator()

Definition at line 401 of file UILList.H.

Member Function Documentation

◆ get()

const_pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 409 of file UILList.H.

References Foam::T().

Here is the call graph for this function:

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 414 of file UILList.H.

Referenced by UILList< LListBase, T >::const_reverse_iterator::operator()().

Here is the caller graph for this function:

◆ operator->()

const_pointer operator-> ( ) const
inline

Definition at line 419 of file UILList.H.

◆ operator()()

const_reference operator() ( ) const
inline

Definition at line 424 of file UILList.H.

References UILList< LListBase, T >::const_reverse_iterator::operator*().

Here is the call graph for this function:

◆ operator++()

Definition at line 429 of file UILList.H.


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