![]() |
OpenMS
|
Custom bitset which uses a 32-bit integer to store bits (instead of 8 bytes for std::bitset<32> on Clang/GCC). More...
#include <OpenMS/ANALYSIS/ID/AhoCorasickAmbiguous.h>
Public Member Functions | |
void | set (int pos) |
void | clear (int pos) |
bool | test (int pos) const |
Bitset | operator<< (int n) const |
Bitset & | operator<<= (int n) |
int | pop_count () const |
Public Attributes | |
uint32_t | bits = 0 |
Custom bitset which uses a 32-bit integer to store bits (instead of 8 bytes for std::bitset<32> on Clang/GCC).
|
inline |
References Bitset::bits.
|
inline |
|
inline |
References Bitset::bits.
|
inline |
References Bitset::bits.
|
inline |
References Bitset::bits.
|
inline |
References Bitset::bits.
uint32_t bits = 0 |
Referenced by Bitset::clear(), Bitset::operator<<=(), Bitset::pop_count(), Bitset::set(), and Bitset::test().