Public Member Functions | List of all members
UILList::const_iterator Class Reference
Inheritance diagram for UILList::const_iterator:
Inheritance graph
[legend]
Collaboration diagram for UILList::const_iterator:
Collaboration graph
[legend]

Public Member Functions

 const_iterator (const_base_iterator iter)
 
 const_iterator (base_iterator iter)
 
const_pointer get () const
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_reference operator() () const
 
const_iteratoroperator++ ()
 

Detailed Description

Definition at line 237 of file UILList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

Definition at line 244 of file UILList.H.

◆ const_iterator() [2/2]

const_iterator ( base_iterator  iter)
inline

Definition at line 250 of file UILList.H.

Member Function Documentation

◆ get()

const_pointer get ( ) const
inline

Definition at line 256 of file UILList.H.

References Foam::T().

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

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

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 261 of file UILList.H.

References UILList::const_iterator::get().

Referenced by UILList::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 266 of file UILList.H.

References UILList::const_iterator::get().

Here is the call graph for this function:

◆ operator()()

const_reference operator() ( ) const
inline

Definition at line 271 of file UILList.H.

References UILList::const_iterator::operator*().

Here is the call graph for this function:

◆ operator++()

const_iterator& operator++ ( )
inline

Definition at line 276 of file UILList.H.


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