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

An STL-conforming iterator. More...

Public Member Functions

 iterator (SLListBase &, link *)
 Construct for a given SLListBase and link. More...
 
void operator= (const iterator &)
 
bool operator== (const iterator &) const
 
bool operator!= (const iterator &) const
 
linkoperator* ()
 
iteratoroperator++ ()
 
iterator operator++ (int)
 

Friends

class SLListBase
 
class const_iterator
 

Detailed Description

An STL-conforming iterator.

Definition at line 163 of file SLListBase.H.

Constructor & Destructor Documentation

iterator ( SLListBase s,
link elmt 
)
inline

Construct for a given SLListBase and link.

Definition at line 158 of file SLListBaseI.H.

References s().

Here is the call graph for this function:

Member Function Documentation

void operator= ( const iterator iter)
inline

Definition at line 174 of file SLListBaseI.H.

bool operator== ( const iterator iter) const
inline

Definition at line 181 of file SLListBaseI.H.

bool operator!= ( const iterator iter) const
inline

Definition at line 187 of file SLListBaseI.H.

Foam::SLListBase::link & operator* ( )
inline

Definition at line 193 of file SLListBaseI.H.

Foam::SLListBase::iterator & operator++ ( )
inline

Definition at line 199 of file SLListBaseI.H.

References SLListBase::link::next_.

Foam::SLListBase::iterator operator++ ( int  )
inline

Definition at line 216 of file SLListBaseI.H.

Friends And Related Function Documentation

friend class SLListBase
friend

Definition at line 165 of file SLListBase.H.

friend class const_iterator
friend

Definition at line 166 of file SLListBase.H.


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