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

An STL-conforming const_iterator. More...

#include <LPtrList.H>

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

Public Member Functions

 const_iterator (const_base_iterator iter)
 const_iterator (base_iterator iter)
const_pointer get () const
 Return the address of the object being referenced.
const_reference operator* () const
const_pointer operator-> () const
const_reference operator() () const

Detailed Description

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

An STL-conforming const_iterator.

Definition at line 295 of file LPtrList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

template<class LListBase, class T>
const_iterator ( const_base_iterator iter)
inline

Definition at line 301 of file LPtrList.H.

References const_iterator().

Referenced by const_iterator(), and const_iterator().

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

◆ const_iterator() [2/2]

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

Definition at line 306 of file LPtrList.H.

References const_iterator().

Here is the call graph for this function:

Member Function Documentation

◆ get()

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

Return the address of the object being referenced.

Definition at line 314 of file LPtrList.H.

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

Here is the caller graph for this function:

◆ operator*()

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

Definition at line 319 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>
const_pointer operator-> ( ) const
inline

Definition at line 324 of file LPtrList.H.

References get().

Here is the call graph for this function:

◆ operator()()

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

Definition at line 329 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