strusBase
0.17
|
#include <bitset.hpp>
Public Member Functions | |
bitset () | |
bitset (const bitset &o) | |
bool | set (int pos, bool value) |
bool | test (int pos) const |
bool | insert (int pos, bool value) |
bool | remove (int pos) |
void | reset () |
int | next (int pos) const |
int | first () const |
std::vector< int > | elements () const |
bool | empty () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |