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.GraphVertBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the const half of the class. More...
Classes | |
| class | _Enumerator |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| IEnumerator< MR.GraphVertId > | GetEnumerator () |
| unsafe | Const_GraphVertBitSet () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_GraphVertBitSet (MR._ByValue_GraphVertBitSet _other) |
| Generated from constructor MR.GraphVertBitSet.GraphVertBitSet. | |
| Const_GraphVertBitSet (Const_GraphVertBitSet _other) | |
| Generated from constructor MR.GraphVertBitSet.GraphVertBitSet. | |
| Const_GraphVertBitSet (GraphVertBitSet _other) | |
| Generated from constructor MR.GraphVertBitSet.GraphVertBitSet. | |
| unsafe | Const_GraphVertBitSet (ulong numBits, bool? fillValue=null) |
| creates bitset of given size filled with given value Generated from constructor MR.GraphVertBitSet.GraphVertBitSet. Parameter fillValue defaults to false. | |
| unsafe | Const_GraphVertBitSet (MR.Const_BitSet src) |
| copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>) Generated from constructor MR.GraphVertBitSet.GraphVertBitSet. | |
| unsafe | Const_GraphVertBitSet (MR.Misc._Moved< MR.BitSet > src) |
| moves all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>) Generated from constructor MR.GraphVertBitSet.GraphVertBitSet. | |
| unsafe bool | test (MR.GraphVertId n) |
| Generated from method MR.GraphVertBitSet.test. | |
| unsafe MR.GraphVertId | findFirst () |
| Generated from method MR::GraphVertBitSet::find_first. | |
| unsafe MR.GraphVertId | findNext (MR.GraphVertId pos) |
| Generated from method MR::GraphVertBitSet::find_next. | |
| unsafe MR.GraphVertId | findLast () |
| Generated from method MR::GraphVertBitSet::find_last. | |
| unsafe MR.GraphVertId | findFirstNotSet () |
| Generated from method MR::GraphVertBitSet::find_first_not_set. | |
| unsafe MR.GraphVertId | findNextNotSet (MR.GraphVertId pos) |
| Generated from method MR::GraphVertBitSet::find_next_not_set. | |
| unsafe MR.GraphVertId | findLastNotSet () |
| Generated from method MR::GraphVertBitSet::find_last_not_set. | |
| unsafe MR.GraphVertId | 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.GraphVertBitSet.nthSetBit. | |
| unsafe bool | isSubsetOf (MR.Const_GraphVertBitSet 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::GraphVertBitSet::is_subset_of. | |
| unsafe bool | intersects (MR.Const_GraphVertBitSet 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.GraphVertBitSet.intersects. | |
| unsafe MR.GraphVertBitSet | getMapping (MR.Const_Vector_MRGraphVertId_MRGraphVertId map) |
| Generated from method MR.GraphVertBitSet.getMapping. | |
| unsafe MR.GraphVertBitSet | getMapping (MR.Const_BMap_MRGraphVertId_MRGraphVertId map) |
| Generated from method MR.GraphVertBitSet.getMapping. | |
| unsafe MR.GraphVertBitSet | getMapping (MR.Phmap.Const_FlatHashMap_MRGraphVertId_MRGraphVertId map) |
| Generated from method MR.GraphVertBitSet.getMapping. | |
| unsafe MR.GraphVertBitSet | getMapping (MR.Const_Vector_MRGraphVertId_MRGraphVertId map, ulong resSize) |
| Generated from method MR.GraphVertBitSet.getMapping. | |
| unsafe MR.GraphVertBitSet | getMapping (MR.Phmap.Const_FlatHashMap_MRGraphVertId_MRGraphVertId map, ulong resSize) |
| Generated from method MR.GraphVertBitSet.getMapping. | |
| unsafe MR.GraphVertId | backId () |
| returns the identifier of the back() element Generated from method MR.GraphVertBitSet.backId. | |
| unsafe MR.GraphVertId | endId () |
| Generated from method MR.GraphVertBitSet.endId. | |
| unsafe bool | empty () |
| Generated from method MR.GraphVertBitSet.empty. | |
| unsafe ulong | size () |
| Generated from method MR.GraphVertBitSet.size. | |
| unsafe ulong | numBlocks () |
| Generated from method MR::GraphVertBitSet::num_blocks. | |
| unsafe ulong | capacity () |
| Generated from method MR.GraphVertBitSet.capacity. | |
| unsafe bool | uncheckedTest (ulong n) |
| Generated from method MR.GraphVertBitSet.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.GraphVertBitSet.bits. | |
| unsafe bool | all () |
| returns true if all bits in this container are set Generated from method MR.GraphVertBitSet.all. | |
| unsafe bool | any () |
| returns true if at least one bits in this container is set Generated from method MR.GraphVertBitSet.any. | |
| unsafe bool | none () |
| returns true if all bits in this container are reset Generated from method MR.GraphVertBitSet.none. | |
| unsafe ulong | count () |
| computes the number of set bits in the whole set Generated from method MR.GraphVertBitSet.count. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR.GraphVertBitSet.heapBytes. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.Const_BitSet (Const_GraphVertBitSet self) |
| static MR.GraphVertId | beginId () |
| [beginId(), endId()) is the range of all bits in the set Generated from method MR.GraphVertBitSet.beginId. | |
| static unsafe MR.BitSet | fromBlocks (MR.Misc._Moved< MR.Std.Vector_MRUint64T > blocks) |
| creates bitset from the given blocks of bits Generated from method MR.GraphVertBitSet.fromBlocks. | |
| static unsafe MR.GraphVertBitSet | operator& (MR.Const_GraphVertBitSet a, MR.Const_GraphVertBitSet b) |
| Generated from function MR::operator&. | |
| static unsafe MR.GraphVertBitSet | operator| (MR.Const_GraphVertBitSet a, MR.Const_GraphVertBitSet b) |
| Generated from function MR::operator|. | |
| static unsafe MR.GraphVertBitSet | operator^ (MR.Const_GraphVertBitSet a, MR.Const_GraphVertBitSet b) |
| Generated from function MR::operator^. | |
| static unsafe MR.GraphVertBitSet | operator- (MR.Const_GraphVertBitSet a, MR.Const_GraphVertBitSet b) |
| Generated from function MR::operator-. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Static Protected Attributes | |
| static unsafe ulong * | __ref_storage_BitsPerBlock |
| static unsafe ulong * | __ref_storage_Npos |
Properties | |
| static unsafe ulong | BitsPerBlock [get] |
| static unsafe ulong | Npos [get] |
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.GraphVertBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.GraphVertBitSet.GraphVertBitSet.
|
inline |
Generated from constructor MR.GraphVertBitSet.GraphVertBitSet.
|
inline |
Generated from constructor MR.GraphVertBitSet.GraphVertBitSet.
|
inline |
creates bitset of given size filled with given value Generated from constructor MR.GraphVertBitSet.GraphVertBitSet. Parameter fillValue defaults to false.
|
inline |
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>) Generated from constructor MR.GraphVertBitSet.GraphVertBitSet.
|
inline |
moves all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>) Generated from constructor MR.GraphVertBitSet.GraphVertBitSet.
|
inline |
returns true if all bits in this container are set Generated from method MR.GraphVertBitSet.all.
|
inline |
returns true if at least one bits in this container is set Generated from method MR.GraphVertBitSet.any.
|
inline |
returns the identifier of the back() element Generated from method MR.GraphVertBitSet.backId.
|
inlinestatic |
[beginId(), endId()) is the range of all bits in the set Generated from method MR.GraphVertBitSet.beginId.
|
inline |
read-only access to all bits stored as a vector of uint64 blocks Generated from method MR.GraphVertBitSet.bits.
|
inline |
Generated from method MR.GraphVertBitSet.capacity.
|
inline |
computes the number of set bits in the whole set Generated from method MR.GraphVertBitSet.count.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR.GraphVertBitSet.empty.
|
inline |
Generated from method MR.GraphVertBitSet.endId.
|
inline |
Generated from method MR::GraphVertBitSet::find_first.
|
inline |
Generated from method MR::GraphVertBitSet::find_first_not_set.
|
inline |
Generated from method MR::GraphVertBitSet::find_last.
|
inline |
Generated from method MR::GraphVertBitSet::find_last_not_set.
|
inline |
Generated from method MR::GraphVertBitSet::find_next.
|
inline |
Generated from method MR::GraphVertBitSet::find_next_not_set.
|
inlinestatic |
creates bitset from the given blocks of bits Generated from method MR.GraphVertBitSet.fromBlocks.
|
inline |
|
inline |
Generated from method MR.GraphVertBitSet.getMapping.
|
inline |
Generated from method MR.GraphVertBitSet.getMapping.
|
inline |
Generated from method MR.GraphVertBitSet.getMapping.
|
inline |
Generated from method MR.GraphVertBitSet.getMapping.
|
inline |
Generated from method MR.GraphVertBitSet.getMapping.
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR.GraphVertBitSet.heapBytes.
|
inline |
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.GraphVertBitSet.intersects.
|
inline |
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::GraphVertBitSet::is_subset_of.
|
inline |
returns true if all bits in this container are reset Generated from method MR.GraphVertBitSet.none.
|
inline |
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.GraphVertBitSet.nthSetBit.
|
inline |
Generated from method MR::GraphVertBitSet::num_blocks.
|
inlinestatic |
|
inlinestatic |
Generated from function MR::operator&.
|
inlinestatic |
Generated from function MR::operator-.
|
inlinestatic |
Generated from function MR::operator^.
|
inlinestatic |
Generated from function MR::operator|.
|
inline |
Generated from method MR.GraphVertBitSet.size.
|
inline |
Generated from method MR.GraphVertBitSet.test.
|
inline |
Generated from method MR.GraphVertBitSet.uncheckedTest.
|
staticprotected |
|
staticprotected |
|
staticget |
|
staticget |