UILList< LListBase, T >::const_reverse_iterator Class Reference

An STL-conforming const_reverse_iterator. 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 (typename LListBase::const_reverse_iterator baseIter)
 Construct from base const_reverse_iterator. More...
 
const Toperator* ()
 
const Toperator() ()
 
const_reverse_iteratoroperator++ ()
 

Detailed Description

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

An STL-conforming const_reverse_iterator.

Definition at line 299 of file UILList.H.

Constructor & Destructor Documentation

◆ const_reverse_iterator()

const_reverse_iterator ( typename LListBase::const_reverse_iterator  baseIter)
inline

Construct from base const_reverse_iterator.

Definition at line 307 of file UILList.H.

Member Function Documentation

◆ operator*()

const T& operator* ( )
inline

Definition at line 318 of file UILList.H.

References Foam::operator*(), and Foam::T().

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

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

◆ operator()()

const T& operator() ( )
inline

Definition at line 325 of file UILList.H.

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

Here is the call graph for this function:

◆ operator++()

Definition at line 330 of file UILList.H.


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