Proxy of C++ catchexpr_t class.
|
| "bool" | __eq__ (self, "catchexpr_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "catchexpr_t" r) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, "catchexpr_t" r) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, "catchexpr_t" r) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, "catchexpr_t" r) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, "catchexpr_t" r) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, "catchexpr_t" r) |
| | compare(self, r) -> int
|
| |
| "void" | swap (self, "catchexpr_t" r) |
| | swap(self, r)
|
| |
| "bool" | is_catch_all (self) |
| | is_catch_all(self) -> bool
|
| |
| | __init__ (self) |
| | init(self) -> catchexpr_t
|
| |
|
| str | obj = property(_ida_hexrays.catchexpr_t_obj_get, _ida_hexrays.catchexpr_t_obj_set, doc=) |
| |
| str | fake_type = property(_ida_hexrays.catchexpr_t_fake_type_get, _ida_hexrays.catchexpr_t_fake_type_set, doc=) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
"catchexpr_t" | r ) |
◆ __ge__()
| "bool" __ge__ |
( |
| self, |
|
|
"catchexpr_t" | r ) |
◆ __gt__()
| "bool" __gt__ |
( |
| self, |
|
|
"catchexpr_t" | r ) |
◆ __le__()
| "bool" __le__ |
( |
| self, |
|
|
"catchexpr_t" | r ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
"catchexpr_t" | r ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
"catchexpr_t" | r ) |
◆ compare()
| "int" compare |
( |
| self, |
|
|
"catchexpr_t" | r ) |
◆ is_catch_all()
| "bool" is_catch_all |
( |
| self | ) |
|
◆ swap()
| "void" swap |
( |
| self, |
|
|
"catchexpr_t" | r ) |
◆ fake_type
| str fake_type = property(_ida_hexrays.catchexpr_t_fake_type_get, _ida_hexrays.catchexpr_t_fake_type_set, doc=) |
|
static |
◆ obj
| str obj = property(_ida_hexrays.catchexpr_t_obj_get, _ida_hexrays.catchexpr_t_obj_set, doc=) |
|
static |
◆ 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: