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

An STL-conforming const_iterator. More...

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

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() ()
 
const_iteratoroperator++ ()
 

Detailed Description

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

An STL-conforming const_iterator.

Definition at line 227 of file UILList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

Construct from base const_iterator.

Definition at line 235 of file UILList.H.

◆ const_iterator() [2/2]

const_iterator ( LListBase_iterator  baseIter)
inline

Construct from base iterator.

Definition at line 241 of file UILList.H.

Member Function Documentation

◆ operator*()

const T& operator* ( )
inline

Definition at line 249 of file UILList.H.

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

Here is the call graph for this function:

◆ operator()()

const T& operator() ( )
inline

Definition at line 256 of file UILList.H.

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

Here is the call graph for this function:

◆ operator++()

const_iterator& operator++ ( )
inline

Definition at line 261 of file UILList.H.


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