LPtrList< LListBase, T >::const_iterator Class Reference

An STL-conforming const_iterator. More...

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

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. More...
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_reference operator() () const
 
- Public Member Functions inherited from bitSet::const_iterator
label operator* () const noexcept
 Return the current on position. More...
 
const_iteratoroperator++ ()
 Move to the next on position. More...
 
bool operator== (const const_iterator &iter) const noexcept
 
bool operator!= (const const_iterator &iter) const noexcept
 

Detailed Description

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

An STL-conforming const_iterator.

Definition at line 228 of file LPtrList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

Definition at line 234 of file LPtrList.H.

◆ const_iterator() [2/2]

const_iterator ( base_iterator  iter)
inline

Definition at line 239 of file LPtrList.H.

Member Function Documentation

◆ get()

const_pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 245 of file LPtrList.H.

References forceSuSp::operator*.

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

Here is the caller graph for this function:

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 250 of file LPtrList.H.

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

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

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

◆ operator->()

const_pointer operator-> ( ) const
inline

Definition at line 255 of file LPtrList.H.

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

Here is the call graph for this function:

◆ operator()()

const_reference operator() ( ) const
inline

Definition at line 260 of file LPtrList.H.

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

Here is the call graph for this function:

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