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

Public Member Functions

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

Detailed Description

Definition at line 269 of file LPtrList.H.

Constructor & Destructor Documentation

◆ reverse_iterator()

reverse_iterator ( base_iterator  iter)
inline

Definition at line 275 of file LPtrList.H.

Member Function Documentation

◆ get()

pointer get ( ) const
inline

Definition at line 281 of file LPtrList.H.

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

Referenced by LPtrList::reverse_iterator::operator*(), and LPtrList::reverse_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 286 of file LPtrList.H.

References LPtrList::reverse_iterator::get().

Referenced by LPtrList::reverse_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 291 of file LPtrList.H.

References LPtrList::reverse_iterator::get().

Here is the call graph for this function:

◆ operator()()

reference operator() ( ) const
inline

Definition at line 296 of file LPtrList.H.

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

Here is the call graph for this function:

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