Public Member Functions | List of all members
UILList< LListBase, T >::iterator Class Reference

An STL-conforming iterator. More...

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

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 178 of file UILList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Definition at line 186 of file UILList.H.

Member Function Documentation

◆ operator*()

T& operator* ( )
inline

Definition at line 194 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 199 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 204 of file UILList.H.


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