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

Public Member Functions

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

Friends

class DLListBase
 
class const_iterator
 

Detailed Description

Definition at line 209 of file DLListBase.H.

Constructor & Destructor Documentation

◆ iterator() [1/2]

iterator ( const iterator )
default

◆ iterator() [2/2]

iterator ( DLListBase list,
DLListBase::link item 
)
inline

Definition at line 231 of file DLListBaseI.H.

Member Function Documentation

◆ get_node()

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

Definition at line 248 of file DLListBaseI.H.

◆ good()

bool good ( ) const
inline

Definition at line 254 of file DLListBaseI.H.

◆ found()

bool found ( ) const
inline

Definition at line 242 of file DLListBase.H.

◆ prev()

void prev ( )
inline

Definition at line 260 of file DLListBaseI.H.

◆ next()

void next ( )
inline

Definition at line 279 of file DLListBaseI.H.

◆ operator=()

void operator= ( const iterator iter)
inline

Definition at line 298 of file DLListBaseI.H.

◆ operator==()

bool operator== ( const iterator iter) const
inline

Definition at line 306 of file DLListBaseI.H.

◆ operator!=()

bool operator!= ( const iterator iter) const
inline

Definition at line 312 of file DLListBaseI.H.

Friends And Related Function Documentation

◆ DLListBase

friend class DLListBase
friend

Definition at line 211 of file DLListBase.H.

◆ const_iterator

friend class const_iterator
friend

Definition at line 212 of file DLListBase.H.


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