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