Public Member Functions | List of all members
LPtrList::const_iterator Class Reference
Inheritance diagram for LPtrList::const_iterator:
Inheritance graph
[legend]
Collaboration diagram for LPtrList::const_iterator:
Collaboration graph
[legend]

Public Member Functions

 const_iterator (const_base_iterator iter)
 
 const_iterator (base_iterator iter)
 
const_pointer get () const
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_reference operator() () const
 
- Public Member Functions inherited from LList::const_iterator
 const_iterator (const_base_iterator iter)
 
 const_iterator (base_iterator iter)
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_reference operator() () const
 
const_iteratoroperator++ ()
 
const_iteratoroperator-- ()
 

Detailed Description

Definition at line 226 of file LPtrList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

Definition at line 232 of file LPtrList.H.

◆ const_iterator() [2/2]

const_iterator ( base_iterator  iter)
inline

Definition at line 237 of file LPtrList.H.

Member Function Documentation

◆ get()

const_pointer get ( ) const
inline

Definition at line 243 of file LPtrList.H.

References LList::const_iterator::operator*().

Referenced by LPtrList::const_iterator::operator*(), and LPtrList::const_iterator::operator->().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 248 of file LPtrList.H.

References LPtrList::const_iterator::get().

Referenced by LPtrList::const_iterator::operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator->()

const_pointer operator-> ( ) const
inline

Definition at line 253 of file LPtrList.H.

References LPtrList::const_iterator::get().

Here is the call graph for this function:

◆ operator()()

const_reference operator() ( ) const
inline

Definition at line 258 of file LPtrList.H.

References LPtrList::const_iterator::operator*().

Here is the call graph for this function:

The documentation for this class was generated from the following file: