Proxy of C++ snapshot_t class.
|
| "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
|
| |
| "void" | clear (self, *args) |
| | clear(self)
|
| |
| | __init__ (self, *args) |
| | init(self) -> snapshot_t
|
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | id = property(_ida_loader.snapshot_t_id_get, _ida_loader.snapshot_t_id_set, doc=) |
| |
| | flags = property(_ida_loader.snapshot_t_flags_get, _ida_loader.snapshot_t_flags_set, doc=) |
| |
| | desc = property(_ida_loader.snapshot_t_desc_get, _ida_loader.snapshot_t_desc_set, doc=) |
| |
| | filename = property(_ida_loader.snapshot_t_filename_get, _ida_loader.snapshot_t_filename_set, doc=) |
| |
| | children = property(_ida_loader.snapshot_t_children_get, _ida_loader.snapshot_t_children_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 ) |
◆ clear()
| "void" clear |
( |
| self, |
|
|
* | args ) |
◆ children
| children = property(_ida_loader.snapshot_t_children_get, _ida_loader.snapshot_t_children_set, doc=) |
|
static |
◆ desc
| desc = property(_ida_loader.snapshot_t_desc_get, _ida_loader.snapshot_t_desc_set, doc=) |
|
static |
◆ filename
| filename = property(_ida_loader.snapshot_t_filename_get, _ida_loader.snapshot_t_filename_set, doc=) |
|
static |
◆ flags
| flags = property(_ida_loader.snapshot_t_flags_get, _ida_loader.snapshot_t_flags_set, doc=) |
|
static |
◆ id
| id = property(_ida_loader.snapshot_t_id_get, _ida_loader.snapshot_t_id_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: