Loading...
Searching...
No Matches
bitSet::const_iterator Class Reference

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

#include <bitSet.H>

Public Member Functions

label operator* () const noexcept
 Return the current on position.
const_iterator & operator++ ()
 Move to the next on position.
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 694 of file bitSet.H.

Member Function Documentation

◆ operator*()

Foam::label operator* ( ) const
inlinenoexcept

Return the current on position.

Definition at line 193 of file bitSetI.H.

References Foam::noexcept.

◆ operator++()

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

Move to the next on position.

Definition at line 199 of file bitSetI.H.

◆ operator==()

bool operator== ( const const_iterator & iter) const
inlinenoexcept

Definition at line 206 of file bitSetI.H.

◆ operator!=()

bool operator!= ( const const_iterator & iter) const
inlinenoexcept

Definition at line 215 of file bitSetI.H.

◆ bitSet

friend class bitSet
friend

The documentation for this class was generated from the following files:
  • src/OpenFOAM/containers/Bits/bitSet/bitSet.H
  • src/OpenFOAM/containers/Bits/bitSet/bitSetI.H