UILList< LListBase, T >::iterator Class Reference

A non-const iterator. More...

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

Public Member Functions

 iterator (base_iterator iter)
 
pointer get () const
 Return the address of the object being referenced. More...
 
reference operator* () const
 
pointer operator-> () const
 
reference operator() () const
 
iteratoroperator++ ()
 

Detailed Description

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

A non-const iterator.

Definition at line 198 of file UILList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( base_iterator  iter)
inline

Definition at line 204 of file UILList.H.

Member Function Documentation

◆ get()

pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 210 of file UILList.H.

References T.

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

Here is the caller graph for this function:

◆ operator*()

reference operator* ( ) const
inline

Definition at line 215 of file UILList.H.

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

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

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

◆ operator->()

pointer operator-> ( ) const
inline

Definition at line 220 of file UILList.H.

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

Here is the call graph for this function:

◆ operator()()

reference operator() ( ) const
inline

Definition at line 225 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 230 of file UILList.H.


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