A non-const iterator. More...
#include <UILList.H>


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 |
| iterator & | operator++ () |
A non-const iterator.
|
inline |
Definition at line 247 of file UILList.H.
Referenced by operator++().

Return the address of the object being referenced.
Definition at line 255 of file UILList.H.
References Foam::T().
Referenced by operator*(), and operator->().


Definition at line 260 of file UILList.H.
References get().
Referenced by operator()().


Definition at line 270 of file UILList.H.
References operator*().

Definition at line 275 of file UILList.H.
References iterator().
