Loading...
Searching...
No Matches
LPtrList< LListBase, T >::reverse_iterator Class Reference

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

#include <LPtrList.H>

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

Public Member Functions

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

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 342 of file LPtrList.H.

Constructor & Destructor Documentation

◆ reverse_iterator()

template<class LListBase, class T>
reverse_iterator ( base_iterator iter)
inline

Definition at line 348 of file LPtrList.H.

References reverse_iterator().

Referenced by reverse_iterator().

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

Member Function Documentation

◆ get()

template<class LListBase, class T>
pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 356 of file LPtrList.H.

Referenced by operator*(), and operator->().

Here is the caller graph for this function:

◆ operator*()

template<class LListBase, class T>
reference operator* ( ) const
inline

Definition at line 361 of file LPtrList.H.

References get().

Referenced by operator()().

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

◆ operator->()

template<class LListBase, class T>
pointer operator-> ( ) const
inline

Definition at line 366 of file LPtrList.H.

References get().

Here is the call graph for this function:

◆ operator()()

template<class LListBase, class T>
reference operator() ( ) const
inline

Definition at line 371 of file LPtrList.H.

References operator*().

Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H