Public Member Functions | |
| const_iterator (const_base_iterator iter) | |
| Construct from base const_iterator. More... | |
| const_iterator (base_iterator iter) | |
| Construct from base iterator. More... | |
| const_pointer | get () const |
| Return the address of the object being referenced. More... | |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| const_reference | operator() () const |
| const_iterator & | operator++ () |
|
inline |
Construct from base const_iterator.
|
inline |
|
inline |
Return the address of the object being referenced.
Definition at line 261 of file UILList.H.
References Foam::T().
Referenced by UILList< LListBase, T >::const_iterator::operator*(), and UILList< LListBase, T >::const_iterator::operator->().
|
inline |
Definition at line 266 of file UILList.H.
References UILList< LListBase, T >::const_iterator::get().
Referenced by UILList< LListBase, T >::const_iterator::operator()().
|
inline |
Definition at line 271 of file UILList.H.
References UILList< LListBase, T >::const_iterator::get().
|
inline |
Definition at line 276 of file UILList.H.
References UILList< LListBase, T >::const_iterator::operator*().
|
inline |