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

A const_iterator for iterating across on values. More...

Public Member Functions

label operator* () const noexcept
 Return the current on position. More...
 
const_iteratoroperator++ ()
 Move to the next on position. More...
 
bool operator== (const const_iterator &iter) const noexcept
 
bool operator!= (const const_iterator &iter) const noexcept
 

Friends

class bitSet
 

Detailed Description

A const_iterator for iterating across on values.

Definition at line 689 of file bitSet.H.

Member Function Documentation

◆ operator*()

Foam::label operator* ( ) const
inlinenoexcept

Return the current on position.

Definition at line 240 of file bitSetI.H.

◆ operator++()

Move to the next on position.

Definition at line 246 of file bitSetI.H.

◆ operator==()

bool operator== ( const const_iterator iter) const
inlinenoexcept

Definition at line 254 of file bitSetI.H.

◆ operator!=()

bool operator!= ( const const_iterator iter) const
inlinenoexcept

Definition at line 263 of file bitSetI.H.

Friends And Related Function Documentation

◆ bitSet

friend class bitSet
friend

Definition at line 691 of file bitSet.H.


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