Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.TextureBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class.
More...
|
| unsafe | TextureBitSet () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | TextureBitSet (MR._ByValue_TextureBitSet _other) |
| | Generated from constructor MR.TextureBitSet.TextureBitSet.
|
| |
| | TextureBitSet (Const_TextureBitSet _other) |
| | Generated from constructor MR.TextureBitSet.TextureBitSet.
|
| |
| | TextureBitSet (TextureBitSet _other) |
| | Generated from constructor MR.TextureBitSet.TextureBitSet.
|
| |
| unsafe | TextureBitSet (ulong numBits, bool? fillValue=null) |
| | creates bitset of given size filled with given value Generated from constructor MR.TextureBitSet.TextureBitSet. Parameter fillValue defaults to false.
|
| |
| unsafe | TextureBitSet (MR.Const_BitSet src) |
| | copies all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.TextureBitSet.TextureBitSet.
|
| |
| unsafe | TextureBitSet (MR.Misc._Moved< MR.BitSet > src) |
| | moves all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.TextureBitSet.TextureBitSet.
|
| |
| unsafe MR.TextureBitSet | assign (MR._ByValue_TextureBitSet _other) |
| | Generated from method MR.TextureBitSet.operator=.
|
| |
| unsafe MR.TextureBitSet | set (MR.TextureId n, ulong len, bool val) |
| | Generated from method MR.TextureBitSet.set.
|
| |
| unsafe MR.TextureBitSet | set (MR.TextureId n, bool val) |
| | Generated from method MR.TextureBitSet.set.
|
| |
| unsafe MR.TextureBitSet | set (MR.TextureId n) |
| | Generated from method MR.TextureBitSet.set.
|
| |
| unsafe MR.TextureBitSet | set () |
| | Generated from method MR.TextureBitSet.set.
|
| |
| unsafe MR.TextureBitSet | reset (MR.TextureId n, ulong len) |
| | Generated from method MR.TextureBitSet.reset.
|
| |
| unsafe MR.TextureBitSet | reset (MR.TextureId n) |
| | Generated from method MR.TextureBitSet.reset.
|
| |
| unsafe MR.TextureBitSet | reset () |
| | Generated from method MR.TextureBitSet.reset.
|
| |
| unsafe MR.TextureBitSet | flip (MR.TextureId n, ulong len) |
| | Generated from method MR.TextureBitSet.flip.
|
| |
| unsafe MR.TextureBitSet | flip (MR.TextureId n) |
| | Generated from method MR.TextureBitSet.flip.
|
| |
| unsafe MR.TextureBitSet | flip () |
| | Generated from method MR.TextureBitSet.flip.
|
| |
| unsafe bool | testSet (MR.TextureId n, bool? val=null) |
| | Generated from method MR.TextureBitSet.test_set. Parameter val defaults to true.
|
| |
| unsafe MR.TextureBitSet | bitandAssign (MR.Const_TextureBitSet b) |
| | Generated from method MR.TextureBitSet.operator&=.
|
| |
| unsafe MR.TextureBitSet | bitorAssign (MR.Const_TextureBitSet b) |
| | Generated from method MR.TextureBitSet.operator|=.
|
| |
| unsafe MR.TextureBitSet | xorAssign (MR.Const_TextureBitSet b) |
| | Generated from method MR.TextureBitSet.operator^=.
|
| |
| unsafe MR.TextureBitSet | subAssign (MR.Const_TextureBitSet b) |
| | Generated from method MR.TextureBitSet.operator-=.
|
| |
| unsafe MR.TextureBitSet | subtract (MR.Const_TextureBitSet b, int bShiftInBlocks) |
| | subtracts b from this, considering that bits in b are shifted right on bShiftInBlocks*bits_per_block Generated from method MR.TextureBitSet.subtract.
|
| |
| unsafe void | autoResizeSet (MR.TextureId pos, ulong len, bool? val=null) |
| | Generated from method MR.TextureBitSet.autoResizeSet. Parameter val defaults to true.
|
| |
| unsafe void | autoResizeSet (MR.TextureId pos, bool? val=null) |
| | Generated from method MR.TextureBitSet.autoResizeSet. Parameter val defaults to true.
|
| |
| unsafe bool | autoResizeTestSet (MR.TextureId pos, bool? val=null) |
| | Generated from method MR.TextureBitSet.autoResizeTestSet. Parameter val defaults to true.
|
| |
| unsafe void | reserve (ulong numBits) |
| | Generated from method MR.TextureBitSet.reserve.
|
| |
| unsafe void | resize (ulong numBits, bool? fillValue=null) |
| | Generated from method MR.TextureBitSet.resize. Parameter fillValue defaults to false.
|
| |
| unsafe void | clear () |
| | Generated from method MR.TextureBitSet.clear.
|
| |
| unsafe void | shrinkToFit () |
| | Generated from method MR.TextureBitSet.shrink_to_fit.
|
| |
| unsafe bool | uncheckedTestSet (ulong n, bool? val=null) |
| | Generated from method MR.TextureBitSet.uncheckedTestSet. Parameter val defaults to true.
|
| |
| unsafe void | reverse () |
| | changes the order of bits on the opposite Generated from method MR.TextureBitSet.reverse.
|
| |
| unsafe void | pushBack (bool val) |
| | adds one more bit with the given value in the container, increasing its size on 1 Generated from method MR.TextureBitSet.push_back.
|
| |
| unsafe void | popBack () |
| | removes last bit from the container, decreasing its size on 1 Generated from method MR.TextureBitSet.pop_back.
|
| |
| unsafe void | resizeWithReserve (ulong newSize) |
| | doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.TextureBitSet.resizeWithReserve.
|
| |
Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.TextureBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class.