Proxy of C++ edm_t class.
|
"bool" | empty (self) |
| empty(self) -> bool
|
|
"bool" | __eq__ (self, "edm_t" r) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, "edm_t" r) |
| ne(self, r) -> bool
|
|
"void" | swap (self, "edm_t" r) |
| swap(self, r)
|
|
"tid_t" | get_tid (self) |
| get_tid(self) -> tid_t
|
|
| __init__ (self, *args) |
| Create a structure/union member, with the specified name and value.
|
|
|
str | name = property(_ida_typeinf.edm_t_name_get, _ida_typeinf.edm_t_name_set, doc=) |
|
str | cmt = property(_ida_typeinf.edm_t_cmt_get, _ida_typeinf.edm_t_cmt_set, doc=) |
|
str | value = property(_ida_typeinf.edm_t_value_get, _ida_typeinf.edm_t_value_set, doc=) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
name | Enumerator name. Must not be empty. |
value | Enumerator value |
cmt | Enumerator repeatable comment. May be empty. |
◆ __eq__()
"bool" __eq__ |
( |
| self, |
|
|
"edm_t" | r ) |
◆ __ne__()
"bool" __ne__ |
( |
| self, |
|
|
"edm_t" | r ) |
◆ empty()
◆ get_tid()
◆ swap()
"void" swap |
( |
| self, |
|
|
"edm_t" | r ) |
◆ cmt
str cmt = property(_ida_typeinf.edm_t_cmt_get, _ida_typeinf.edm_t_cmt_set, doc=) |
|
static |
◆ name
str name = property(_ida_typeinf.edm_t_name_get, _ida_typeinf.edm_t_name_set, doc=) |
|
static |
◆ value
str value = property(_ida_typeinf.edm_t_value_get, _ida_typeinf.edm_t_value_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: