Proxy of C++ exception_info_t class.
|
"bool" | break_on (self, *args) |
| break_on(self) -> bool Should we break on the exception?
|
|
"bool" | handle (self, *args) |
| handle(self) -> bool Should we handle the exception?
|
|
| __init__ (self, *args) |
| init(self) -> exception_info_t init(self, _code, _flags, _name, _desc) -> exception_info_t
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| code = property(_ida_idd.exception_info_t_code_get, _ida_idd.exception_info_t_code_set, doc=) |
|
| flags = property(_ida_idd.exception_info_t_flags_get, _ida_idd.exception_info_t_flags_set, doc=) |
|
| name = property(_ida_idd.exception_info_t_name_get, _ida_idd.exception_info_t_name_set, doc=) |
|
| desc = property(_ida_idd.exception_info_t_desc_get, _ida_idd.exception_info_t_desc_set, doc=) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
_code | uint |
_flags | uint32 |
_name | char const * |
_desc | char const * |
◆ break_on()
"bool" break_on |
( |
| self, |
|
|
* | args ) |
◆ handle()
"bool" handle |
( |
| self, |
|
|
* | args ) |
◆ code
code = property(_ida_idd.exception_info_t_code_get, _ida_idd.exception_info_t_code_set, doc=) |
|
static |
◆ desc
desc = property(_ida_idd.exception_info_t_desc_get, _ida_idd.exception_info_t_desc_set, doc=) |
|
static |
◆ flags
flags = property(_ida_idd.exception_info_t_flags_get, _ida_idd.exception_info_t_flags_set, doc=) |
|
static |
◆ name
name = property(_ida_idd.exception_info_t_name_get, _ida_idd.exception_info_t_name_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: