UILList< LListBase, T >::iterator Class Reference

An STL-conforming iterator. More...

Inheritance diagram for UILList< LListBase, T >::iterator:
Collaboration diagram for UILList< LListBase, T >::iterator:

Public Member Functions

 iterator (LListBase_iterator baseIter)
 Construct from base iterator. More...
 
Toperator* ()
 
Toperator() ()
 
iteratoroperator++ ()
 

Detailed Description

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

An STL-conforming iterator.

Definition at line 185 of file UILList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Definition at line 193 of file UILList.H.

Member Function Documentation

◆ operator*()

T& operator* ( )
inline

Definition at line 201 of file UILList.H.

References Foam::operator*(), and Foam::T().

Referenced by UILList< LListBase, T >::iterator::operator()(), UILList< LListBase, T >::const_iterator::operator()(), and UILList< LListBase, T >::const_reverse_iterator::operator()().

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

◆ operator()()

T& operator() ( )
inline

Definition at line 206 of file UILList.H.

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

Here is the call graph for this function:

◆ operator++()

iterator& operator++ ( )
inline

Definition at line 211 of file UILList.H.


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