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

Public Types

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

Public Member Functions

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

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