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

Public Member Functions

 const_iterator (const const_iterator &)=default
 
 const_iterator (const DLListBase *list, const link *item)
 
 const_iterator (const DLListBase::iterator &iter)
 
const linkget_node () const
 
bool good () const
 
bool found () const
 
void prev ()
 
void next ()
 
const_iteratoroperator= (const const_iterator &)=default
 
bool operator== (const const_iterator &) const
 
bool operator!= (const const_iterator &) const
 

Detailed Description

Definition at line 266 of file DLListBase.H.

Constructor & Destructor Documentation

◆ const_iterator() [1/3]

const_iterator ( const const_iterator )
default

◆ const_iterator() [2/3]

const_iterator ( const DLListBase list,
const link item 
)
inline

Definition at line 333 of file DLListBaseI.H.

◆ const_iterator() [3/3]

const_iterator ( const DLListBase::iterator iter)
inline

Definition at line 344 of file DLListBaseI.H.

Member Function Documentation

◆ get_node()

const Foam::DLListBase::link * get_node ( ) const
inline

Definition at line 354 of file DLListBaseI.H.

◆ good()

bool good ( ) const
inline

Definition at line 360 of file DLListBaseI.H.

Referenced by DLListBase::const_iterator::found().

Here is the caller graph for this function:

◆ found()

bool found ( ) const
inline

Definition at line 296 of file DLListBase.H.

References DLListBase::const_iterator::good().

Here is the call graph for this function:

◆ prev()

void prev ( )
inline

Definition at line 366 of file DLListBaseI.H.

◆ next()

void next ( )
inline

Definition at line 382 of file DLListBaseI.H.

◆ operator=()

const_iterator& operator= ( const const_iterator )
default

◆ operator==()

bool operator== ( const const_iterator iter) const
inline

Definition at line 399 of file DLListBaseI.H.

◆ operator!=()

bool operator!= ( const const_iterator iter) const
inline

Definition at line 408 of file DLListBaseI.H.


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