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

Public Member Functions

 iterator (base_iterator iter)
 
pointer get () const
 
reference operator* () const
 
pointer operator-> () const
 
reference operator() () const
 
- Public Member Functions inherited from LList::iterator
 iterator (base_iterator iter)
 
reference operator* () const
 
pointer operator-> () const
 
reference operator() () const
 
iteratoroperator++ ()
 
iteratoroperator-- ()
 

Detailed Description

Definition at line 189 of file LPtrList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( base_iterator  iter)
inline

Definition at line 195 of file LPtrList.H.

Member Function Documentation

◆ get()

pointer get ( ) const
inline

Definition at line 201 of file LPtrList.H.

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

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

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

◆ operator*()

reference operator* ( ) const
inline

Definition at line 206 of file LPtrList.H.

References LPtrList::iterator::get().

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

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

◆ operator->()

pointer operator-> ( ) const
inline

Definition at line 211 of file LPtrList.H.

References LPtrList::iterator::get().

Here is the call graph for this function:

◆ operator()()

reference operator() ( ) const
inline

Definition at line 216 of file LPtrList.H.

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

Here is the call graph for this function:

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