An STL-conforming const_iterator. More...
#include <LPtrList.H>


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. | |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| const_reference | operator() () const |
An STL-conforming const_iterator.
Definition at line 295 of file LPtrList.H.
|
inline |
Definition at line 301 of file LPtrList.H.
References const_iterator().
Referenced by const_iterator(), and const_iterator().


|
inline |
Definition at line 306 of file LPtrList.H.
References const_iterator().

|
inline |
Return the address of the object being referenced.
Definition at line 314 of file LPtrList.H.
Referenced by operator*(), and operator->().

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


|
inline |
Definition at line 324 of file LPtrList.H.
References get().

|
inline |
Definition at line 329 of file LPtrList.H.
References operator*().
