A const_reverse_iterator, for LListBase classes that support reverse iteration. More...
#include <UILList.H>


Public Member Functions | |
| const_reverse_iterator (const_base_iterator iter) | |
| 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_reverse_iterator & | operator++ () |
A const_reverse_iterator, for LListBase classes that support reverse iteration.
|
inline |
Definition at line 401 of file UILList.H.
Referenced by operator++().

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


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


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

|
inline |
Definition at line 429 of file UILList.H.
References const_reverse_iterator().
