#include <mim/util/bitset.h>
|
uint32_t | padding = 0 |
| Unused; do whatever you want with this.
|
|
Definition at line 11 of file bitset.h.
◆ BitSet() [1/3]
◆ BitSet() [2/3]
mim::BitSet::BitSet |
( |
const BitSet & | other | ) |
|
|
inline |
◆ BitSet() [3/3]
mim::BitSet::BitSet |
( |
BitSet && | other | ) |
|
|
inlinenoexcept |
◆ ~BitSet()
◆ any()
bool mim::BitSet::any |
( |
| ) |
const |
|
inline |
◆ any_begin()
bool mim::BitSet::any_begin |
( |
const size_t | begin | ) |
const |
|
inline |
◆ any_end()
bool mim::BitSet::any_end |
( |
const size_t | end | ) |
const |
|
inline |
◆ any_range()
bool mim::BitSet::any_range |
( |
const size_t | begin, |
|
|
const size_t | end ) const |
◆ clear() [1/2]
void mim::BitSet::clear |
( |
| ) |
|
|
inline |
◆ clear() [2/2]
BitSet & mim::BitSet::clear |
( |
size_t | i | ) |
|
|
inline |
◆ count()
size_t mim::BitSet::count |
( |
| ) |
const |
number of bits set
Definition at line 18 of file bitset.cpp.
◆ none()
bool mim::BitSet::none |
( |
| ) |
const |
|
inline |
◆ none_begin()
bool mim::BitSet::none_begin |
( |
const size_t | begin | ) |
const |
|
inline |
◆ none_end()
bool mim::BitSet::none_end |
( |
const size_t | end | ) |
const |
|
inline |
◆ none_range()
bool mim::BitSet::none_range |
( |
const size_t | begin, |
|
|
const size_t | end ) const |
|
inline |
◆ operator!=()
bool mim::BitSet::operator!= |
( |
const BitSet & | other | ) |
const |
|
inline |
◆ operator&()
◆ operator&=()
◆ operator=()
◆ operator==()
bool mim::BitSet::operator== |
( |
const BitSet & | other | ) |
const |
◆ operator>>()
BitSet mim::BitSet::operator>> |
( |
uint64_t | shift | ) |
const |
|
inline |
◆ operator>>=()
BitSet & mim::BitSet::operator>>= |
( |
uint64_t | shift | ) |
|
◆ operator[]() [1/2]
reference mim::BitSet::operator[] |
( |
size_t | i | ) |
|
|
inline |
◆ operator[]() [2/2]
bool mim::BitSet::operator[] |
( |
size_t | i | ) |
const |
|
inline |
◆ operator^()
◆ operator^=()
◆ operator|()
◆ operator|=()
◆ set()
BitSet & mim::BitSet::set |
( |
size_t | i | ) |
|
|
inline |
◆ swap()
◆ test()
bool mim::BitSet::test |
( |
size_t | i | ) |
const |
|
inline |
◆ toggle()
BitSet & mim::BitSet::toggle |
( |
size_t | i | ) |
|
|
inline |
◆ padding
uint32_t mim::BitSet::padding = 0 |
Unused; do whatever you want with this.
Definition at line 173 of file bitset.h.
Referenced by BitSet().
The documentation for this class was generated from the following files: