Proxy of C++ mcases_t class.
|
"void" | swap (self, *args) |
| swap(self, r)
|
|
"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
|
|
"bool" | empty (self, *args) |
| empty(self) -> bool
|
|
"size_t" | size (self, *args) |
| size(self) -> size_t
|
|
"void" | resize (self, *args) |
| resize(self, s)
|
|
"char const *" | dstr (self, *args) |
| dstr(self) -> char const *
|
|
| __init__ (self, *args) |
| init(self) -> mcases_t
|
|
|
"void" | _print (self, *args) |
| _print(self)
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| values = property(_ida_hexrays.mcases_t_values_get, _ida_hexrays.mcases_t_values_set, doc=) |
|
| targets = property(_ida_hexrays.mcases_t_targets_get, _ida_hexrays.mcases_t_targets_set, doc=) |
|
◆ __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 |
◆ compare()
"int" compare |
( |
| self, |
|
|
* | args ) |
◆ dstr()
"char const *" dstr |
( |
| self, |
|
|
* | args ) |
◆ empty()
"bool" empty |
( |
| self, |
|
|
* | args ) |
◆ resize()
"void" resize |
( |
| self, |
|
|
* | args ) |
◆ size()
"size_t" size |
( |
| self, |
|
|
* | args ) |
◆ swap()
"void" swap |
( |
| self, |
|
|
* | args ) |
◆ targets
targets = property(_ida_hexrays.mcases_t_targets_get, _ida_hexrays.mcases_t_targets_set, doc=) |
|
static |
◆ thisown
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
◆ values
values = property(_ida_hexrays.mcases_t_values_get, _ida_hexrays.mcases_t_values_set, doc=) |
|
static |
The documentation for this class was generated from the following file: