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

Public Member Functions

 const_reverse_iterator (const_base_iterator iter)
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_reverse_iteratoroperator++ ()
 
const_reverse_iteratoroperator-- ()
 

Detailed Description

Definition at line 456 of file LList.H.

Constructor & Destructor Documentation

◆ const_reverse_iterator()

Definition at line 463 of file LList.H.

Member Function Documentation

◆ operator*()

const_reference operator* ( ) const
inline

Definition at line 468 of file LList.H.

References LList::link::ref().

Referenced by LPtrList::const_reverse_iterator::get().

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

References LList::link::ptr().

Here is the call graph for this function:

◆ operator++()

Definition at line 478 of file LList.H.

◆ operator--()

Definition at line 484 of file LList.H.


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