This is the complete list of members for MR::TypedBitSet< I >, including all inherited members.
| all() const (defined in MR::BitSet) | MR::BitSet | |
| any() const (defined in MR::BitSet) | MR::BitSet | |
| assign(MR._ByValue_BitSet _other) | MR::BitSet | |
| autoResizeSet(IndexType pos, size_type len, bool val=true) | MR::TypedBitSet< I > | inline |
| autoResizeSet(IndexType pos, bool val=true) | MR::TypedBitSet< I > | inline |
| MR::BitSet::autoResizeSet(ulong pos, ulong len, bool? val=null) | MR::BitSet | |
| MR::BitSet::autoResizeSet(ulong pos, bool? val=null) | MR::BitSet | |
| autoResizeSet(size_t pos, size_type len, bool val=true) (defined in MR::BitSet) | MR::BitSet | inline |
| autoResizeSet(size_t pos, bool val=true) (defined in MR::BitSet) | MR::BitSet | inline |
| autoResizeTestSet(IndexType pos, bool val=true) | MR::TypedBitSet< I > | inline |
| MR::BitSet::autoResizeTestSet(ulong pos, bool? val=null) | MR::BitSet | |
| autoResizeTestSet(size_t pos, bool val=true) (defined in MR::BitSet) | MR::BitSet | inline |
| backId() const | MR::TypedBitSet< I > | inline |
| beginId() | MR::TypedBitSet< I > | inlinestatic |
| bitandAssign(MR.Const_BitSet b) | MR::BitSet | |
| bitorAssign(MR.Const_BitSet b) | MR::BitSet | |
| bits() const (defined in MR::BitSet) | MR::BitSet | inline |
| bits_per_block (defined in MR::BitSet) | MR::BitSet | inlinestatic |
| BitSet() | MR::BitSet | |
| BitSet(MR._ByValue_BitSet _other) | MR::BitSet | |
| BitSet(ulong numBits, bool? fillValue=null) | MR::BitSet | |
| BitSet() noexcept=default (defined in MR::BitSet) | MR::BitSet | |
| BitSet(size_t numBits, bool fillValue=false) (defined in MR::BitSet) | MR::BitSet | inlineexplicit |
| block_type typedef (defined in MR::BitSet) | MR::BitSet | |
| capacity() const noexcept (defined in MR::BitSet) | MR::BitSet | inline |
| clear() | MR::BitSet | |
| clear() (defined in MR::BitSet) | MR::BitSet | inline |
| count() const noexcept (defined in MR::BitSet) | MR::BitSet | |
| empty() const noexcept (defined in MR::BitSet) | MR::BitSet | inline |
| endId() const | MR::TypedBitSet< I > | inline |
| find_first() const | MR::TypedBitSet< I > | inline |
| find_last() const | MR::TypedBitSet< I > | inline |
| find_next(IndexType pos) const | MR::TypedBitSet< I > | inline |
| find_next(IndexType n) const (defined in MR::BitSet) | MR::BitSet | inline |
| flip(IndexType n, size_type len) | MR::TypedBitSet< I > | inline |
| flip(IndexType n) | MR::TypedBitSet< I > | inline |
| flip() | MR::TypedBitSet< I > | inline |
| MR::BitSet::flip(ulong n, ulong len) | MR::BitSet | |
| MR::BitSet::flip(ulong n) | MR::BitSet | |
| flip(IndexType n, size_type len) (defined in MR::BitSet) | MR::BitSet | |
| flip(IndexType n) (defined in MR::BitSet) | MR::BitSet | inline |
| fromBlocks(std::vector< block_type > &&blocks) (defined in MR::BitSet) | MR::BitSet | inlinestatic |
| getMapping(const M &map) const | MR::TypedBitSet< I > | |
| getMapping(const Vector< IndexType, IndexType > &map) const | MR::TypedBitSet< I > | inline |
| getMapping(const BMap< IndexType, IndexType > &map) const | MR::TypedBitSet< I > | inline |
| getMapping(const HashMap< IndexType, IndexType > &map) const | MR::TypedBitSet< I > | inline |
| getMapping(const M &map, size_t resSize) const | MR::TypedBitSet< I > | |
| getMapping(const Vector< IndexType, IndexType > &map, size_t resSize) const | MR::TypedBitSet< I > | inline |
| getMapping(const HashMap< IndexType, IndexType > &map, size_t resSize) const | MR::TypedBitSet< I > | inline |
| getMapping(const M &map) const | MR::TypedBitSet< I > | |
| getMapping(const M &map, size_t resSize) const | MR::TypedBitSet< I > | |
| heapBytes() const (defined in MR::BitSet) | MR::BitSet | inline |
| IndexType typedef | MR::TypedBitSet< I > | |
| intersects(const TypedBitSet &a) const | MR::TypedBitSet< I > | inline |
| intersects(const BitSet &a) const (defined in MR::BitSet) | MR::BitSet | |
| is_subset_of(const TypedBitSet &a) const | MR::TypedBitSet< I > | inline |
| is_subset_of(const BitSet &a) const (defined in MR::BitSet) | MR::BitSet | |
| none() const (defined in MR::BitSet) | MR::BitSet | inline |
| npos (defined in MR::BitSet) | MR::BitSet | inlinestatic |
| nthSetBit(size_t n) const | MR::TypedBitSet< I > | inline |
| num_blocks() const noexcept (defined in MR::BitSet) | MR::BitSet | inline |
| operator&(const TypedBitSet &a, const TypedBitSet &b) | MR::TypedBitSet< I > | friend |
| operator&=(const TypedBitSet &b) | MR::TypedBitSet< I > | inline |
| operator&=(const BitSet &b) (defined in MR::BitSet) | MR::BitSet | |
| operator-(const TypedBitSet &a, const TypedBitSet &b) | MR::TypedBitSet< I > | friend |
| operator-=(const TypedBitSet &b) | MR::TypedBitSet< I > | inline |
| operator-=(const BitSet &b) (defined in MR::BitSet) | MR::BitSet | |
| operator^(const TypedBitSet &a, const TypedBitSet &b) | MR::TypedBitSet< I > | friend |
| operator^=(const TypedBitSet &b) | MR::TypedBitSet< I > | inline |
| operator^=(const BitSet &b) (defined in MR::BitSet) | MR::BitSet | |
| operator|(const TypedBitSet &a, const TypedBitSet &b) | MR::TypedBitSet< I > | friend |
| operator|=(const TypedBitSet &b) | MR::TypedBitSet< I > | inline |
| operator|=(const BitSet &b) (defined in MR::BitSet) | MR::BitSet | |
| pop_back() (defined in MR::BitSet) | MR::BitSet | inline |
| popBack() | MR::BitSet | |
| push_back(bool val) (defined in MR::BitSet) | MR::BitSet | inline |
| pushBack(bool val) | MR::BitSet | |
| reserve(ulong numBits) | MR::BitSet | |
| reserve(size_type numBits) (defined in MR::BitSet) | MR::BitSet | inline |
| reset(IndexType n, size_type len) | MR::TypedBitSet< I > | inline |
| reset(IndexType n) | MR::TypedBitSet< I > | inline |
| reset() | MR::TypedBitSet< I > | inline |
| MR::BitSet::reset(ulong n, ulong len) | MR::BitSet | |
| MR::BitSet::reset(ulong n) | MR::BitSet | |
| reset(IndexType n, size_type len) (defined in MR::BitSet) | MR::BitSet | |
| reset(IndexType n) (defined in MR::BitSet) | MR::BitSet | inline |
| resize(ulong numBits, bool? fillValue=null) | MR::BitSet | |
| resize(size_type numBits, bool fillValue=false) (defined in MR::BitSet) | MR::BitSet | |
| resizeWithReserve(ulong newSize) | MR::BitSet | |
| resizeWithReserve(size_t newSize) (defined in MR::BitSet) | MR::BitSet | inline |
| reverse() | MR::BitSet | |
| reverse() (defined in MR::BitSet) | MR::BitSet | |
| set(IndexType n, size_type len, bool val) | MR::TypedBitSet< I > | inline |
| set(IndexType n, bool val) | MR::TypedBitSet< I > | inline |
| set(IndexType n) | MR::TypedBitSet< I > | inline |
| set() | MR::TypedBitSet< I > | inline |
| MR::BitSet::set(ulong n, ulong len, bool val) | MR::BitSet | |
| MR::BitSet::set(ulong n, bool val) | MR::BitSet | |
| MR::BitSet::set(ulong n) | MR::BitSet | |
| set(IndexType n, size_type len, bool val) (defined in MR::BitSet) | MR::BitSet | |
| set(IndexType n, bool val) (defined in MR::BitSet) | MR::BitSet | inline |
| set(IndexType n) (defined in MR::BitSet) | MR::BitSet | inline |
| shrink_to_fit() (defined in MR::BitSet) | MR::BitSet | inline |
| shrinkToFit() | MR::BitSet | |
| size() const noexcept (defined in MR::BitSet) | MR::BitSet | inline |
| size_type typedef (defined in MR::BitSet) | MR::BitSet | |
| subAssign(MR.Const_BitSet b) | MR::BitSet | |
| subtract(const TypedBitSet &b, int bShiftInBlocks) | MR::TypedBitSet< I > | inline |
| MR::BitSet::subtract(MR.Const_BitSet b, int bShiftInBlocks) | MR::BitSet | |
| subtract(const BitSet &b, int bShiftInBlocks) (defined in MR::BitSet) | MR::BitSet | |
| test(IndexType n) const | MR::TypedBitSet< I > | inline |
| test(IndexType n) const (defined in MR::BitSet) | MR::BitSet | inline |
| test_set(IndexType n, bool val=true) | MR::TypedBitSet< I > | inline |
| test_set(IndexType n, bool val=true) (defined in MR::BitSet) | MR::BitSet | inline |
| testSet(ulong n, bool? val=null) | MR::BitSet | |
| TypedBitSet(const BitSet &src) | MR::TypedBitSet< I > | inlineexplicit |
| TypedBitSet(BitSet &&src) | MR::TypedBitSet< I > | inlineexplicit |
| uncheckedTest(IndexType n) const (defined in MR::BitSet) | MR::BitSet | inline |
| uncheckedTestSet(ulong n, bool? val=null) | MR::BitSet | |
| uncheckedTestSet(IndexType n, bool val=true) (defined in MR::BitSet) | MR::BitSet | inline |
| xorAssign(MR.Const_BitSet b) | MR::BitSet |