iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR.SetBitIterator. This is the non-const half of the class.
More...
|
| unsafe | SetBitIterator () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | SetBitIterator (MR.Const_SetBitIterator _other) |
| | Generated from constructor MR.SetBitIterator.SetBitIterator.
|
| |
| | SetBitIterator (SetBitIterator _other) |
| | Generated from constructor MR.SetBitIterator.SetBitIterator.
|
| |
| unsafe | SetBitIterator (MR.Const_BitSet bitset) |
| | constructs begin iterator Generated from constructor MR.SetBitIterator.SetBitIterator.
|
| |
| unsafe MR.SetBitIterator | assign (MR.Const_SetBitIterator _other) |
| | Generated from method MR.SetBitIterator.operator=.
|
| |
| unsafe void | incr () |
| | Generated from method MR.SetBitIterator.operator++.
|
| |
|
| static unsafe implicit | operator SetBitIterator (MR.Const_BitSet bitset) |
| | constructs begin iterator Generated from constructor MR.SetBitIterator.SetBitIterator.
|
| |
iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR.SetBitIterator. This is the non-const half of the class.
◆ SetBitIterator() [1/4]
| unsafe MR.SetBitIterator.SetBitIterator |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ SetBitIterator() [2/4]
| unsafe MR.SetBitIterator.SetBitIterator |
( |
MR.Const_SetBitIterator | _other | ) |
|
|
inline |
Generated from constructor MR.SetBitIterator.SetBitIterator.
◆ SetBitIterator() [3/4]
Generated from constructor MR.SetBitIterator.SetBitIterator.
◆ SetBitIterator() [4/4]
| unsafe MR.SetBitIterator.SetBitIterator |
( |
MR.Const_BitSet | bitset | ) |
|
|
inline |
constructs begin iterator Generated from constructor MR.SetBitIterator.SetBitIterator.
◆ assign()
Generated from method MR.SetBitIterator.operator=.
◆ incr()
| unsafe void MR.SetBitIterator.incr |
( |
| ) |
|
|
inline |
Generated from method MR.SetBitIterator.operator++.
◆ operator SetBitIterator()
| static unsafe implicit MR.SetBitIterator.operator SetBitIterator |
( |
MR.Const_BitSet | bitset | ) |
|
|
inlinestatic |
constructs begin iterator Generated from constructor MR.SetBitIterator.SetBitIterator.
The documentation for this class was generated from the following file: