UILList< LListBase, T >::const_iterator Class Reference

A const_iterator. More...

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

Public Member Functions

 const_iterator (const_base_iterator iter)
 Construct from base const_iterator. More...
 
 const_iterator (base_iterator iter)
 Construct from base iterator. More...
 
const_pointer get () const
 Return the address of the object being referenced. More...
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_reference operator() () const
 
const_iteratoroperator++ ()
 

Detailed Description

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

A const_iterator.

Definition at line 241 of file UILList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

Construct from base const_iterator.

Definition at line 248 of file UILList.H.

◆ const_iterator() [2/2]

const_iterator ( base_iterator  iter)
inline

Construct from base iterator.

Definition at line 254 of file UILList.H.

Member Function Documentation

◆ get()

const_pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 260 of file UILList.H.

References T.

Referenced by UILList< LListBase, T >::const_iterator::operator*(), and UILList< LListBase, T >::const_iterator::operator->().

Here is the caller graph for this function:

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 265 of file UILList.H.

References UILList< LListBase, T >::const_iterator::get().

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

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

◆ operator->()

const_pointer operator-> ( ) const
inline

Definition at line 270 of file UILList.H.

References UILList< LListBase, T >::const_iterator::get().

Here is the call graph for this function:

◆ operator()()

const_reference operator() ( ) const
inline

Definition at line 275 of file UILList.H.

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

Here is the call graph for this function:

◆ operator++()

const_iterator & operator++ ( )
inline

Definition at line 280 of file UILList.H.


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