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

Public Member Functions

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

Friends

class SLListBase
 
class const_iterator
 

Detailed Description

Definition at line 185 of file SLListBase.H.

Constructor & Destructor Documentation

◆ iterator() [1/2]

iterator ( const iterator )
default

◆ iterator() [2/2]

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

Definition at line 175 of file SLListBaseI.H.

Member Function Documentation

◆ get_node()

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

Definition at line 192 of file SLListBaseI.H.

Referenced by SLListBase::remove().

Here is the caller graph for this function:

◆ good()

bool good ( ) const
inline

Definition at line 198 of file SLListBaseI.H.

◆ found()

bool found ( ) const
inline

Definition at line 218 of file SLListBase.H.

◆ prev()

void prev ( )
inlinedelete

◆ next()

void next ( )
inline

Definition at line 204 of file SLListBaseI.H.

Referenced by SLListBase::remove().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const iterator iter)
inline

Definition at line 221 of file SLListBaseI.H.

◆ operator==()

bool operator== ( const iterator iter) const
inline

Definition at line 229 of file SLListBaseI.H.

◆ operator!=()

bool operator!= ( const iterator iter) const
inline

Definition at line 235 of file SLListBaseI.H.

Friends And Related Function Documentation

◆ SLListBase

friend class SLListBase
friend

Definition at line 187 of file SLListBase.H.

◆ const_iterator

friend class const_iterator
friend

Definition at line 188 of file SLListBase.H.


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