![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| BitSetIterator (BitSetIterator &&rhs) noexcept | |
| 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= (BitSetIterator &&rhs) noexcept |
| BitSetIterator & | operator= (const BitSetIterator &rhs) |
| bool | operator== (const BitSetIterator &rhs) const |