Proxy of C++ rlist_t class.
|
| | __init__ (self, *args) |
| | init(self) -> rlist_t init(self, m) -> rlist_t
|
| |
| "char const *" | dstr (self, *args) |
| | dstr(self) -> char const *
|
| |
| "void" | swap (self, *args) |
| | swap(self, r)
|
| |
| "bitset_t &" | copy (self, *args) |
| | copy(self, m) -> bitset_t
|
| |
| "bool" | add (self, *args) |
| | add(self, bit) -> bool
|
| |
| "bool" | sub (self, *args) |
| | sub(self, bit) -> bool
|
| |
| "bool" | cut_at (self, *args) |
| | cut_at(self, maxbit) -> bool
|
| |
| "void" | shift_down (self, *args) |
| | shift_down(self, shift)
|
| |
| "bool" | has (self, *args) |
| | has(self, bit) -> bool
|
| |
| "bool" | has_all (self, *args) |
| | has_all(self, bit, width) -> bool
|
| |
| "bool" | has_any (self, *args) |
| | has_any(self, bit, width) -> bool
|
| |
| "bool" | empty (self, *args) |
| | empty(self) -> bool
|
| |
| "int" | count (self, *args) |
| | count(self) -> int count(self, bit) -> int
|
| |
| "int" | last (self, *args) |
| | last(self) -> int
|
| |
| "void" | clear (self, *args) |
| | clear(self)
|
| |
| "void" | fill_with_ones (self, *args) |
| | fill_with_ones(self, maxbit)
|
| |
| "bool" | has_common (self, *args) |
| | has_common(self, ml) -> bool
|
| |
| "bool" | intersect (self, *args) |
| | intersect(self, ml) -> bool
|
| |
| "bool" | is_subset_of (self, *args) |
| | is_subset_of(self, ml) -> bool
|
| |
| "bool" | includes (self, *args) |
| | includes(self, ml) -> bool
|
| |
| "bool" | __eq__ (self, *args) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, *args) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, *args) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, *args) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, *args) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, *args) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, *args) |
| | compare(self, r) -> int
|
| |
| "bitset_t::iterator" | itat (self, *args) |
| | itat(self, n) -> iterator
|
| |
| "bitset_t::iterator" | begin (self, *args) |
| | begin(self) -> iterator
|
| |
| "bitset_t::iterator" | end (self, *args) |
| | end(self) -> iterator
|
| |
| "int" | front (self, *args) |
| | front(self) -> int
|
| |
| "int" | back (self, *args) |
| | back(self) -> int
|
| |
| "void" | inc (self, *args) |
| | inc(self, p, n=1)
|
| |
| "int" | itv (self, *args) |
| | itv(self, it) -> int
|
| |
| | __iter__ (self) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
init(self, reg, width) -> rlist_t
- Parameters
-
Reimplemented from bitset_t.
◆ dstr()
| "char const *" dstr |
( |
| self, |
|
|
* | args ) |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: