Proxy of C++ bitset_t class.
|
bool
|
|
|
bool
|
|
|
bool
|
|
|
bitset_t
|
__init__(self)
__init__(self, m) -> bitset_t |
|
|
|
|
|
|
bool
|
|
|
int
|
__len__(self)
count(self, bit) -> int |
|
|
|
bool
|
|
|
bool
|
|
|
|
|
|
|
|
|
bool
|
add(self,
bit)
add(self, bit, width) -> bool add(self, ml) -> bool |
|
|
|
int
|
|
|
bitset_t::iterator
|
|
|
|
|
|
int
|
|
|
bitset_t
|
|
|
int
|
count(self)
count(self, bit) -> int |
|
|
|
bool
|
|
|
char const *
|
|
|
bool
|
|
|
bitset_t::iterator
|
|
|
|
| fill_with_ones(self,
maxbit) |
|
|
|
int
|
|
|
bool
|
|
|
bool
|
| has_all(self,
bit,
width) |
|
|
|
bool
|
| has_any(self,
bit,
width) |
|
|
|
bool
|
|
|
|
|
|
bool
|
|
|
bool
|
|
|
bool
|
|
|
bitset_t::iterator
|
|
|
int
|
|
|
int
|
|
|
|
|
|
bool
|
sub(self,
bit)
sub(self, bit, width) -> bool sub(self, ml) -> bool |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|