An STL-conforming const_iterator. More...
Public Member Functions | |
const_iterator (const_base_iterator iter) | |
const_iterator (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 |
![]() | |
label | operator* () const noexcept |
Return the current on position. More... | |
const_iterator & | operator++ () |
Move to the next on position. More... | |
bool | operator== (const const_iterator &iter) const noexcept |
bool | operator!= (const const_iterator &iter) const noexcept |
An STL-conforming const_iterator.
Definition at line 228 of file LPtrList.H.
|
inline |
Definition at line 234 of file LPtrList.H.
|
inline |
Definition at line 239 of file LPtrList.H.
|
inline |
Return the address of the object being referenced.
Definition at line 245 of file LPtrList.H.
References forceSuSp::operator*.
Referenced by LPtrList< LListBase, T >::const_iterator::operator*(), and LPtrList< LListBase, T >::const_iterator::operator->().
|
inline |
Definition at line 250 of file LPtrList.H.
References LPtrList< LListBase, T >::const_iterator::get().
Referenced by LPtrList< LListBase, T >::const_iterator::operator()().
|
inline |
Definition at line 255 of file LPtrList.H.
References LPtrList< LListBase, T >::const_iterator::get().
|
inline |
Definition at line 260 of file LPtrList.H.
References LPtrList< LListBase, T >::const_iterator::operator*().