A non-const iterator. More...
Public Member Functions | |
iterator (base_iterator iter) | |
pointer | get () const |
Return the address of the object being referenced. More... | |
reference | operator* () const |
pointer | operator-> () const |
reference | operator() () const |
iterator & | operator++ () |
A non-const iterator.
|
inline |
|
inline |
Return the address of the object being referenced.
Definition at line 210 of file UILList.H.
References T.
Referenced by UILList< LListBase, T >::iterator::operator*(), and UILList< LListBase, T >::iterator::operator->().
Definition at line 215 of file UILList.H.
References UILList< LListBase, T >::iterator::get().
Referenced by UILList< LListBase, T >::iterator::operator()().
Definition at line 220 of file UILList.H.
References UILList< LListBase, T >::iterator::get().
Definition at line 225 of file UILList.H.
References UILList< LListBase, T >::iterator::operator*().