UILList< LListBase, T >::reverse_iterator Class Reference

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

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

Public Member Functions

 reverse_iterator (base_iterator iter)
 
pointer get () const
 Return the address of the object being referenced. More...
 
reference operator* () const
 
pointer operator-> () const
 
reference operator() () const
 
reverse_iteratoroperator++ ()
 

Detailed Description

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

A reverse_iterator, for LListBase classes that support reverse iteration.

Definition at line 347 of file UILList.H.

Constructor & Destructor Documentation

◆ reverse_iterator()

reverse_iterator ( base_iterator  iter)
inline

Definition at line 353 of file UILList.H.

Member Function Documentation

◆ get()

pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 361 of file UILList.H.

References Foam::T().

Here is the call graph for this function:

◆ operator*()

reference operator* ( ) const
inline

Definition at line 366 of file UILList.H.

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

Here is the caller graph for this function:

◆ operator->()

pointer operator-> ( ) const
inline

Definition at line 371 of file UILList.H.

◆ operator()()

reference operator() ( ) const
inline

Definition at line 376 of file UILList.H.

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

Here is the call graph for this function:

◆ operator++()

reverse_iterator& operator++ ( )
inline

Definition at line 381 of file UILList.H.


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