LPtrList< LListBase, T >::iterator Class Reference

An STL-conforming iterator. More...

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

Public Member Functions

 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 >::iterator
 iterator (base_iterator iter)
 Construct from base iterator. More...
 
reference operator* () const
 
pointer operator-> () const
 
reference operator() () const
 
iteratoroperator++ ()
 
iteratoroperator-- ()
 

Detailed Description

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

An STL-conforming iterator.

Definition at line 193 of file LPtrList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( base_iterator  iter)
inline

Definition at line 199 of file LPtrList.H.

Member Function Documentation

◆ get()

pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 205 of file LPtrList.H.

References LList< LListBase, T >::iterator::operator*().

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

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

◆ operator*()

reference operator* ( ) const
inline

Definition at line 210 of file LPtrList.H.

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

Referenced by LPtrList< LListBase, T >::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 215 of file LPtrList.H.

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

Here is the call graph for this function:

◆ operator()()

reference operator() ( ) const
inline

Definition at line 220 of file LPtrList.H.

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

Here is the call graph for this function:

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