Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::BitSet::BitSetIterator Class Reference

Public Types

using difference_type = std::ptrdiff_t
using iterator_category = std::bidirectional_iterator_tag
using pointer = const uint32_t*
using reference = const uint32_t&
using value_type = uint32_t

Public Member Functions

 BitSetIterator (const BitSetIterator &rhs)
bool operator!= (const BitSetIterator &rhs) const
value_type operator* () const
BitSetIterator & operator++ ()
BitSetIterator operator++ (int)
BitSetIterator & operator-- ()
BitSetIterator operator-- (int)
BitSetIterator & operator= (const BitSetIterator &rhs)
bool operator== (const BitSetIterator &rhs) const

The documentation for this class was generated from the following file:
  • include/inviwo/core/datastructures/bitset.h