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

Public Member Functions

 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 365 of file LList.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

Definition at line 372 of file LList.H.

◆ const_iterator() [2/2]

const_iterator ( base_iterator  iter)
inline

Definition at line 378 of file LList.H.

Member Function Documentation

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 383 of file LList.H.

References LList::link::ref().

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

References LList::link::ptr().

Here is the call graph for this function:

◆ operator()()

const_reference operator() ( ) const
inline

Definition at line 393 of file LList.H.

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

Here is the call graph for this function:

◆ operator++()

const_iterator& operator++ ( )
inline

Definition at line 398 of file LList.H.

◆ operator--()

const_iterator& operator-- ( )
inline

Definition at line 404 of file LList.H.


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