|
| __init__ (self, *args) |
|
str | dstr (self) |
|
None | swap (self, 'bitset_t' r) |
|
'bitset_t &' | copy (self, 'bitset_t' m) |
|
bool | add (self, *args) |
|
bool | sub (self, *args) |
|
bool | cut_at (self, int maxbit) |
|
None | shift_down (self, int shift) |
|
bool | has (self, int bit) |
|
bool | has_all (self, int bit, int width) |
|
bool | has_any (self, int bit, int width) |
|
bool | empty (self) |
|
int | count (self, *args) |
|
int | last (self) |
|
None | clear (self) |
|
None | fill_with_ones (self, int maxbit) |
|
bool | has_common (self, 'bitset_t' ml) |
|
bool | intersect (self, 'bitset_t' ml) |
|
bool | is_subset_of (self, 'bitset_t' ml) |
|
bool | includes (self, 'bitset_t' ml) |
|
bool | __eq__ (self, 'bitset_t' r) |
|
bool | __ne__ (self, 'bitset_t' r) |
|
bool | __lt__ (self, 'bitset_t' r) |
|
bool | __gt__ (self, 'bitset_t' r) |
|
bool | __le__ (self, 'bitset_t' r) |
|
bool | __ge__ (self, 'bitset_t' r) |
|
int | compare (self, 'bitset_t' r) |
|
'bitset_t::iterator' | itat (self, int n) |
|
'bitset_t::iterator' | begin (self) |
|
'bitset_t::iterator' | end (self) |
|
int | front (self) |
|
int | back (self) |
|
None | inc (self, 'iterator' p, int n=1) |
|
int | itv (self, 'iterator' it) |
|
| __iter__ (self) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ dstr()
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: