ULPtrList< LListBase, T >::const_iterator Class Reference

An STL-conforming const_iterator. More...

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

Public Member Functions

 const_iterator (LListBase_const_iterator baseIter)
 Construct from base const_iterator. More...
 
 const_iterator (LListBase_iterator baseIter)
 Construct from base iterator. More...
 
const Toperator* ()
 
const Toperator() ()
 
- Public Member Functions inherited from LList< LListBase, T >::const_iterator
 const_iterator (LListBase_const_iterator baseIter)
 Construct from base const_iterator. More...
 
 const_iterator (LListBase_iterator baseIter)
 Construct from base iterator. More...
 
const Toperator* ()
 
const Toperator() ()
 
const_iteratoroperator++ ()
 

Detailed Description

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

An STL-conforming const_iterator.

Definition at line 184 of file ULPtrList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

Construct from base const_iterator.

Definition at line 192 of file ULPtrList.H.

◆ const_iterator() [2/2]

const_iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Definition at line 198 of file ULPtrList.H.

Member Function Documentation

◆ operator*()

const T& operator* ( )
inline

Definition at line 206 of file ULPtrList.H.

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

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

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

◆ operator()()

const T& operator() ( )
inline

Definition at line 211 of file ULPtrList.H.

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

Here is the call graph for this function:

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