Public Member Functions | List of all members
DLListBase::const_reverse_iterator Class Reference

An STL-conforming const_reverse_iterator. More...

Public Member Functions

 const_reverse_iterator (const DLListBase &, const link *)
 Construct for a given DLListBase and link. More...
 
void operator= (const const_reverse_iterator &)
 
bool operator== (const const_reverse_iterator &) const
 
bool operator!= (const const_reverse_iterator &) const
 
const linkoperator* ()
 
const_reverse_iteratoroperator++ ()
 
const_reverse_iterator operator++ (int)
 

Detailed Description

An STL-conforming const_reverse_iterator.

Definition at line 269 of file DLListBase.H.

Constructor & Destructor Documentation

const_reverse_iterator ( const DLListBase s,
const link elmt 
)
inline

Construct for a given DLListBase and link.

Definition at line 389 of file DLListBaseI.H.

Referenced by DLListBase::end().

Here is the caller graph for this function:

Member Function Documentation

void operator= ( const const_reverse_iterator iter)
inline

Definition at line 400 of file DLListBaseI.H.

bool operator== ( const const_reverse_iterator iter) const
inline

Definition at line 409 of file DLListBaseI.H.

bool operator!= ( const const_reverse_iterator iter) const
inline

Definition at line 418 of file DLListBaseI.H.

const Foam::DLListBase::link & operator* ( )
inline

Definition at line 427 of file DLListBaseI.H.

Definition at line 434 of file DLListBaseI.H.

References DLListBase::link::prev_.

Foam::DLListBase::const_reverse_iterator operator++ ( int  )
inline

Definition at line 450 of file DLListBaseI.H.


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