LPtrList< LListBase, T >::reverse_iterator Class Reference
Inheritance diagram for LPtrList< LListBase, T >::reverse_iterator:
[legend]
Collaboration diagram for LPtrList< LListBase, T >::reverse_iterator:
[legend]

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
 
- Public Member Functions inherited from LList< LListBase, T >::reverse_iterator
 reverse_iterator (base_iterator iter)
 Construct from base iterator. More...
 
reference operator* () const
 
pointer operator-> () const
 
reverse_iteratoroperator++ ()
 
reverse_iteratoroperator-- ()
 

Detailed Description

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

A reverse_iterator, for base classes that support reverse iteration

Definition at line 271 of file LPtrList.H.

Constructor & Destructor Documentation

◆ reverse_iterator()

reverse_iterator ( base_iterator  iter)
inline

Definition at line 277 of file LPtrList.H.

Member Function Documentation

◆ get()

pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 283 of file LPtrList.H.

References forceSuSp::operator*.

Referenced by LPtrList< LListBase, T >::reverse_iterator::operator*(), and LPtrList< LListBase, T >::reverse_iterator::operator->().

Here is the caller graph for this function:

◆ operator*()

reference operator* ( ) const
inline

Definition at line 288 of file LPtrList.H.

References LPtrList< LListBase, T >::reverse_iterator::get().

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

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

◆ operator->()

pointer operator-> ( ) const
inline

Definition at line 293 of file LPtrList.H.

References LPtrList< LListBase, T >::reverse_iterator::get().

Here is the call graph for this function:

◆ operator()()

reference operator() ( ) const
inline

Definition at line 298 of file LPtrList.H.

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

Here is the call graph for this function:

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