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.VertBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class.
More...
|
|
unsafe | VertBitSet () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | VertBitSet (MR._ByValue_VertBitSet _other) |
| | Generated from constructor MR.VertBitSet.VertBitSet.
|
| |
|
unsafe | VertBitSet (ulong numBits, bool? fillValue=null) |
| | creates bitset of given size filled with given value Generated from constructor MR.VertBitSet.VertBitSet. Parameter fillValue defaults to false.
|
| |
|
unsafe | VertBitSet (MR.Const_BitSet src) |
| | copies all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.VertBitSet.VertBitSet.
|
| |
|
unsafe | VertBitSet (MR.Misc._Moved< MR.BitSet > src) |
| | moves all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.VertBitSet.VertBitSet.
|
| |
|
unsafe MR.VertBitSet | assign (MR._ByValue_VertBitSet _other) |
| | Generated from method MR.VertBitSet.operator=.
|
| |
|
unsafe MR.VertBitSet | set (MR.VertId n, ulong len, bool val) |
| | Generated from method MR.VertBitSet.set.
|
| |
|
unsafe MR.VertBitSet | set (MR.VertId n, bool val) |
| | Generated from method MR.VertBitSet.set.
|
| |
|
unsafe MR.VertBitSet | set (MR.VertId n) |
| | Generated from method MR.VertBitSet.set.
|
| |
|
unsafe MR.VertBitSet | set () |
| | Generated from method MR.VertBitSet.set.
|
| |
|
unsafe MR.VertBitSet | reset (MR.VertId n, ulong len) |
| | Generated from method MR.VertBitSet.reset.
|
| |
|
unsafe MR.VertBitSet | reset (MR.VertId n) |
| | Generated from method MR.VertBitSet.reset.
|
| |
|
unsafe MR.VertBitSet | reset () |
| | Generated from method MR.VertBitSet.reset.
|
| |
|
unsafe MR.VertBitSet | flip (MR.VertId n, ulong len) |
| | Generated from method MR.VertBitSet.flip.
|
| |
|
unsafe MR.VertBitSet | flip (MR.VertId n) |
| | Generated from method MR.VertBitSet.flip.
|
| |
|
unsafe MR.VertBitSet | flip () |
| | Generated from method MR.VertBitSet.flip.
|
| |
|
unsafe bool | testSet (MR.VertId n, bool? val=null) |
| | Generated from method MR.VertBitSet.test_set. Parameter val defaults to true.
|
| |
|
unsafe MR.VertBitSet | bitandAssign (MR.Const_VertBitSet b) |
| | Generated from method MR.VertBitSet.operator&=.
|
| |
|
unsafe MR.VertBitSet | bitorAssign (MR.Const_VertBitSet b) |
| | Generated from method MR.VertBitSet.operator|=.
|
| |
|
unsafe MR.VertBitSet | xorAssign (MR.Const_VertBitSet b) |
| | Generated from method MR.VertBitSet.operator^=.
|
| |
|
unsafe MR.VertBitSet | subAssign (MR.Const_VertBitSet b) |
| | Generated from method MR.VertBitSet.operator-=.
|
| |
|
unsafe MR.VertBitSet | subtract (MR.Const_VertBitSet b, int bShiftInBlocks) |
| | subtracts b from this, considering that bits in b are shifted right on bShiftInBlocks*bits_per_block Generated from method MR.VertBitSet.subtract.
|
| |
|
unsafe void | autoResizeSet (MR.VertId pos, ulong len, bool? val=null) |
| | Generated from method MR.VertBitSet.autoResizeSet. Parameter val defaults to true.
|
| |
|
unsafe void | autoResizeSet (MR.VertId pos, bool? val=null) |
| | Generated from method MR.VertBitSet.autoResizeSet. Parameter val defaults to true.
|
| |
|
unsafe bool | autoResizeTestSet (MR.VertId pos, bool? val=null) |
| | Generated from method MR.VertBitSet.autoResizeTestSet. Parameter val defaults to true.
|
| |
|
unsafe void | reserve (ulong numBits) |
| | Generated from method MR.VertBitSet.reserve.
|
| |
|
unsafe void | resize (ulong numBits, bool? fillValue=null) |
| | Generated from method MR.VertBitSet.resize. Parameter fillValue defaults to false.
|
| |
|
unsafe void | clear () |
| | Generated from method MR.VertBitSet.clear.
|
| |
|
unsafe void | shrinkToFit () |
| | Generated from method MR.VertBitSet.shrink_to_fit.
|
| |
|
unsafe bool | uncheckedTestSet (ulong n, bool? val=null) |
| | Generated from method MR.VertBitSet.uncheckedTestSet. Parameter val defaults to true.
|
| |
|
unsafe void | reverse () |
| | changes the order of bits on the opposite Generated from method MR.VertBitSet.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.VertBitSet.push_back.
|
| |
|
unsafe void | popBack () |
| | removes last bit from the container, decreasing its size on 1 Generated from method MR.VertBitSet.pop_back.
|
| |
|
unsafe void | resizeWithReserve (ulong newSize) |
| | doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.VertBitSet.resizeWithReserve.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_VertBitSet () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_VertBitSet (MR._ByValue_VertBitSet _other) |
| | Generated from constructor MR.VertBitSet.VertBitSet.
|
| |
|
unsafe | Const_VertBitSet (ulong numBits, bool? fillValue=null) |
| | creates bitset of given size filled with given value Generated from constructor MR.VertBitSet.VertBitSet. Parameter fillValue defaults to false.
|
| |
|
unsafe | Const_VertBitSet (MR.Const_BitSet src) |
| | copies all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.VertBitSet.VertBitSet.
|
| |
|
unsafe | Const_VertBitSet (MR.Misc._Moved< MR.BitSet > src) |
| | moves all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.VertBitSet.VertBitSet.
|
| |
|
unsafe bool | test (MR.VertId n) |
| | Generated from method MR.VertBitSet.test.
|
| |
|
unsafe MR.VertId | findFirst () |
| | Generated from method MR.VertBitSet.find_first.
|
| |
|
unsafe MR.VertId | findNext (MR.VertId pos) |
| | Generated from method MR.VertBitSet.find_next.
|
| |
|
unsafe MR.VertId | findLast () |
| | Generated from method MR.VertBitSet.find_last.
|
| |
|
unsafe MR.VertId | nthSetBit (ulong n) |
| | returns the location of nth set bit (where the first bit corresponds to n=0) or IndexType(npos) if there are less bit set Generated from method MR.VertBitSet.nthSetBit.
|
| |
|
unsafe bool | isSubsetOf (MR.Const_VertBitSet a) |
| | returns true if, for every bit that is set in this bitset, the corresponding bit in bitset a is also set. Otherwise this function returns false. Generated from method MR.VertBitSet.is_subset_of.
|
| |
|
unsafe bool | intersects (MR.Const_VertBitSet a) |
| | returns true if, there is a bit which is set in this bitset, such that the corresponding bit in bitset a is also set. Otherwise this function returns false. Generated from method MR.VertBitSet.intersects.
|
| |
|
unsafe MR.VertBitSet | getMapping (MR.Const_VertMap map) |
| | Generated from method MR.VertBitSet.getMapping.
|
| |
|
unsafe MR.VertBitSet | getMapping (MR.Const_VertBMap map) |
| | Generated from method MR.VertBitSet.getMapping.
|
| |
|
unsafe MR.VertBitSet | getMapping (MR.Phmap.Const_FlatHashMap_MRVertId_MRVertId map) |
| | Generated from method MR.VertBitSet.getMapping.
|
| |
|
unsafe MR.VertBitSet | getMapping (MR.Const_VertMap map, ulong resSize) |
| | Generated from method MR.VertBitSet.getMapping.
|
| |
|
unsafe MR.VertBitSet | getMapping (MR.Phmap.Const_FlatHashMap_MRVertId_MRVertId map, ulong resSize) |
| | Generated from method MR.VertBitSet.getMapping.
|
| |
|
unsafe MR.VertId | backId () |
| | returns the identifier of the back() element Generated from method MR.VertBitSet.backId.
|
| |
|
unsafe MR.VertId | endId () |
| | Generated from method MR.VertBitSet.endId.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.VertBitSet.empty.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.VertBitSet.size.
|
| |
|
unsafe ulong | numBlocks () |
| | Generated from method MR.VertBitSet.num_blocks.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.VertBitSet.capacity.
|
| |
|
unsafe bool | uncheckedTest (ulong n) |
| | Generated from method MR.VertBitSet.uncheckedTest.
|
| |
|
unsafe MR.Std.Const_Vector_MRUint64T | bits () |
| | read-only access to all bits stored as a vector of uint64 blocks Generated from method MR.VertBitSet.bits.
|
| |
|
unsafe bool | all () |
| | returns true if all bits in this container are set Generated from method MR.VertBitSet.all.
|
| |
|
unsafe bool | any () |
| | returns true if at least one bits in this container is set Generated from method MR.VertBitSet.any.
|
| |
|
unsafe bool | none () |
| | returns true if all bits in this container are reset Generated from method MR.VertBitSet.none.
|
| |
|
unsafe ulong | count () |
| | computes the number of set bits in the whole set Generated from method MR.VertBitSet.count.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.VertBitSet.heapBytes.
|
| |
|
bool | Equals (MR.Const_VertBitSet? b) |
| |
|
override bool | Equals (object? other) |
| |
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.VertBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class.