FreeFOAM The Cross-Platform CFD Toolkit
SLListBase::const_iterator Class Reference

An STL-conforming const_iterator. More...

#include <src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H>


Detailed Description

An STL-conforming const_iterator.

Definition at line 212 of file SLListBase.H.

List of all members.

Public Member Functions

 const_iterator (const SLListBase &, const link *)
 Construct for a given SLListBase and link.
 const_iterator (const iterator &)
 Construct from a non-const iterator.
void operator= (const const_iterator &)
bool operator== (const const_iterator &) const
bool operator!= (const const_iterator &) const
const linkoperator* ()
const_iteratoroperator++ ()
const_iterator operator++ (int)

Constructor & Destructor Documentation

const_iterator ( const SLListBase s,
const link elmt 
)
inline

Construct for a given SLListBase and link.

Definition at line 248 of file SLListBaseI.H.

const_iterator ( const iterator iter)
inline

Construct from a non-const iterator.

Definition at line 258 of file SLListBaseI.H.


Member Function Documentation

void operator= ( const const_iterator iter)
inline

Definition at line 266 of file SLListBaseI.H.

bool operator== ( const const_iterator iter) const
inline

Definition at line 275 of file SLListBaseI.H.

bool operator!= ( const const_iterator iter) const
inline

Definition at line 284 of file SLListBaseI.H.

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

Definition at line 293 of file SLListBaseI.H.

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

Definition at line 300 of file SLListBaseI.H.

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

Definition at line 316 of file SLListBaseI.H.


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