Loading...
Searching...
No Matches
UILList< LListBase, T >::iterator Class Reference

A non-const iterator. More...

#include <UILList.H>

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

Public Member Functions

 iterator (base_iterator iter)
pointer get () const
 Return the address of the object being referenced.
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 241 of file UILList.H.

Constructor & Destructor Documentation

◆ iterator()

template<class LListBase, class T>
iterator ( base_iterator iter)
inline

Definition at line 247 of file UILList.H.

Referenced by operator++().

Here is the caller graph for this function:

Member Function Documentation

◆ get()

template<class LListBase, class T>
pointer get ( ) const
inline

Return the address of the object being referenced.

Definition at line 255 of file UILList.H.

References Foam::T().

Referenced by operator*(), and operator->().

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

◆ operator*()

template<class LListBase, class T>
reference operator* ( ) const
inline

Definition at line 260 of file UILList.H.

References get().

Referenced by operator()().

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

◆ operator->()

template<class LListBase, class T>
pointer operator-> ( ) const
inline

Definition at line 265 of file UILList.H.

References get().

Here is the call graph for this function:

◆ operator()()

template<class LListBase, class T>
reference operator() ( ) const
inline

Definition at line 270 of file UILList.H.

References operator*().

Here is the call graph for this function:

◆ operator++()

template<class LListBase, class T>
iterator & operator++ ( )
inline

Definition at line 275 of file UILList.H.

References iterator().

Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H