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

Public Member Functions

 iterator (base_iterator iter)
 
reference operator* () const
 
pointer operator-> () const
 
reference operator() () const
 
iteratoroperator++ ()
 
iteratoroperator-- ()
 

Detailed Description

Definition at line 321 of file LList.H.

Constructor & Destructor Documentation

◆ iterator()

iterator ( base_iterator  iter)
inline

Definition at line 328 of file LList.H.

Member Function Documentation

◆ operator*()

reference operator* ( ) const
inline

Definition at line 333 of file LList.H.

References LList::link::ref().

Referenced by LPtrList::iterator::get(), and LList::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 338 of file LList.H.

References LList::link::ptr().

Here is the call graph for this function:

◆ operator()()

reference operator() ( ) const
inline

Definition at line 343 of file LList.H.

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

Here is the call graph for this function:

◆ operator++()

iterator& operator++ ( )
inline

Definition at line 348 of file LList.H.

◆ operator--()

iterator& operator-- ( )
inline

Definition at line 354 of file LList.H.


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