MT Core (C++)
Core library for replacing C++ standard in project usage
|
This is the complete list of members for mtcore::Bitset, including all inherited members.
at(const size_t pos) const | mtcore::Bitset | inline |
bits | mtcore::Bitset | |
clone(mtcore::Allocator &allocator) | mtcore::Bitset | inline |
clone(mtcore::Allocator &allocator, const size_t newLen) | mtcore::Bitset | inline |
deinit(mtcore::Allocator &allocator) | mtcore::Bitset | inline |
first_set() const | mtcore::Bitset | inline |
init(mtcore::Allocator &allocator, const size_t total) | mtcore::Bitset | inline |
init(mtcore::Allocator &allocator, const Slice< const char > binaryStr) | mtcore::Bitset | inline |
init(mtcore::Allocator &allocator, const size_t total, const Slice< const char > binaryStr) | mtcore::Bitset | inline |
len | mtcore::Bitset | |
operator&=(const Bitset &other) | mtcore::Bitset | inline |
operator<<=(const size_t amount) | mtcore::Bitset | inline |
operator>>=(const size_t amount) | mtcore::Bitset | inline |
operator[](const size_t index) | mtcore::Bitset | inline |
operator[](const size_t index) const | mtcore::Bitset | inline |
operator^=(const Bitset &other) | mtcore::Bitset | inline |
operator|=(const Bitset &other) | mtcore::Bitset | inline |
pop_count() const | mtcore::Bitset | inline |
resize(Allocator &alloc, const size_t newLen, const bool newVal=false) | mtcore::Bitset | inline |
set(const size_t pos, const bool val) | mtcore::Bitset | inline |
set_all(const bool value) | mtcore::Bitset | inline |
set_bits() const | mtcore::Bitset | inline |
size() const | mtcore::Bitset | inline |
toggle(const size_t pos) | mtcore::Bitset | inline |