Proxy of C++ ivlset_t class.
|
| __init__ (self, *args) |
| init(self) -> ivlset_t init(self, ivl) -> ivlset_t
|
|
"bool" | add (self, *args) |
| add(self, ivl) -> bool
|
|
"bool" | addmasked (self, *args) |
| addmasked(self, ivs, mask) -> bool
|
|
"bool" | sub (self, *args) |
| sub(self, ivl) -> bool
|
|
"char const *" | dstr (self, *args) |
| dstr(self) -> char const *
|
|
"asize_t" | count (self, *args) |
| count(self) -> asize_t
|
|
"bool" | has_common (self, *args) |
| has_common(self, ivl, strict=False) -> bool
|
|
"bool" | contains (self, *args) |
| contains(self, off) -> bool
|
|
"bool" | includes (self, *args) |
| includes(self, ivs) -> bool
|
|
"bool" | intersect (self, *args) |
| intersect(self, ivs) -> 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
|
|
"void" | swap (self, *args) |
| swap(self, r)
|
|
"ivl_t const &" | getivl (self, *args) |
| getivl(self, idx) -> ivl_t
|
|
"ivl_t const &" | lastivl (self, *args) |
| lastivl(self) -> ivl_t
|
|
"size_t" | nivls (self, *args) |
| nivls(self) -> size_t
|
|
"bool" | empty (self, *args) |
| empty(self) -> bool
|
|
"void" | clear (self, *args) |
| clear(self)
|
|
"void" | qclear (self, *args) |
| qclear(self)
|
|
"bool" | all_values (self, *args) |
| all_values(self) -> bool
|
|
"void" | set_all_values (self, *args) |
| set_all_values(self)
|
|
"bool" | single_value (self, *args) |
| single_value(self) -> bool single_value(self, v) -> bool
|
|
"ivlset_tpl< ivl_t,unsigned long long >::iterator" | begin (self, *args) |
| begin(self) -> ivlset_tpl< ivl_t,unsigned long long >::const_iterator begin(self) -> ivlset_tpl< ivl_t,unsigned long long >::iterator
|
|
"ivlset_tpl< ivl_t,unsigned long long >::iterator" | end (self, *args) |
| end(self) -> ivlset_tpl< ivl_t,unsigned long long >::const_iterator end(self) -> ivlset_tpl< ivl_t,unsigned long long >::iterator
|
|
|
"void" | _print (self, *args) |
| _print(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 ) |
◆ __eq__()
"bool" __eq__ |
( |
| self, |
|
|
* | args ) |
◆ __ge__()
"bool" __ge__ |
( |
| self, |
|
|
* | args ) |
◆ __gt__()
"bool" __gt__ |
( |
| self, |
|
|
* | args ) |
◆ __le__()
"bool" __le__ |
( |
| self, |
|
|
* | args ) |
◆ __lt__()
"bool" __lt__ |
( |
| self, |
|
|
* | args ) |
◆ __ne__()
"bool" __ne__ |
( |
| self, |
|
|
* | args ) |
◆ _print()
"void" _print |
( |
| self, |
|
|
* | args ) |
|
protected |
◆ add()
"bool" add |
( |
| self, |
|
|
* | args ) |
- Parameters
-
add(self, ea, size) -> bool
- Parameters
-
add(self, ivs) -> bool
- Parameters
-
◆ addmasked()
"bool" addmasked |
( |
| self, |
|
|
* | args ) |
◆ compare()
"int" compare |
( |
| self, |
|
|
* | args ) |
◆ contains()
"bool" contains |
( |
| self, |
|
|
* | args ) |
◆ count()
"asize_t" count |
( |
| self, |
|
|
* | args ) |
◆ dstr()
"char const *" dstr |
( |
| self, |
|
|
* | args ) |
◆ has_common()
"bool" has_common |
( |
| self, |
|
|
* | args ) |
- Parameters
-
ivl | ivl_t const & |
strict | bool |
has_common(self, ivs) -> bool
- Parameters
-
◆ includes()
"bool" includes |
( |
| self, |
|
|
* | args ) |
◆ intersect()
"bool" intersect |
( |
| self, |
|
|
* | args ) |
◆ sub()
"bool" sub |
( |
| self, |
|
|
* | args ) |
- Parameters
-
sub(self, ea, size) -> bool
- Parameters
-
sub(self, ivs) -> bool
- Parameters
-
◆ 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: