#include <UILList.H>


Public Member Functions | |
| const_iterator (const_base_iterator iter) | |
| Construct from base const_iterator. | |
| const_iterator (base_iterator iter) | |
| Construct from base iterator. | |
| const_pointer | get () const |
| Return the address of the object being referenced. | |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| const_reference | operator() () const |
| const_iterator & | operator++ () |
|
inline |
Construct from base const_iterator.
Definition at line 297 of file UILList.H.
Referenced by operator++().

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


|
inline |
Definition at line 318 of file UILList.H.
References get().
Referenced by operator()().


|
inline |
|
inline |
Definition at line 328 of file UILList.H.
References operator*().

|
inline |
Definition at line 333 of file UILList.H.
References const_iterator().
