Public Member Functions | |
const_reverse_iterator (const_base_iterator iter) | |
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_reverse_iterator (const_base_iterator iter) | |
Construct from base iterator. More... | |
const_reference | operator* () const |
const_pointer | operator-> () const |
const_reverse_iterator & | operator++ () |
const_reverse_iterator & | operator-- () |
A const_reverse_iterator, for base classes that support reverse iteration
Definition at line 311 of file LPtrList.H.
|
inline |
Definition at line 317 of file LPtrList.H.
|
inline |
Return the address of the object being referenced.
Definition at line 323 of file LPtrList.H.
References LList< LListBase, T >::const_reverse_iterator::operator*().
Referenced by LPtrList< LListBase, T >::const_reverse_iterator::operator*(), and LPtrList< LListBase, T >::const_reverse_iterator::operator->().
|
inline |
Definition at line 328 of file LPtrList.H.
References LPtrList< LListBase, T >::const_reverse_iterator::get().
Referenced by LPtrList< LListBase, T >::const_reverse_iterator::operator()().
|
inline |
Definition at line 333 of file LPtrList.H.
References LPtrList< LListBase, T >::const_reverse_iterator::get().
|
inline |
Definition at line 338 of file LPtrList.H.
References LPtrList< LListBase, T >::const_reverse_iterator::operator*().