Proxy of C++ type_mods_t class.
|
"void" | clear (self) |
| clear(self)
|
|
"void" | set_new_type (self, "tinfo_t" t) |
| set_new_type(self, t) The visit_type() function may optionally save the modified type info.
|
|
"void" | set_new_name (self, "qstring const &" n) |
| set_new_name(self, n)
|
|
"void" | set_new_cmt (self, "qstring const &" c, "bool" rptcmt) |
| set_new_cmt(self, c, rptcmt)
|
|
"bool" | has_type (self) |
| has_type(self) -> bool
|
|
"bool" | has_name (self) |
| has_name(self) -> bool
|
|
"bool" | has_cmt (self) |
| has_cmt(self) -> bool
|
|
"bool" | is_rptcmt (self) |
| is_rptcmt(self) -> bool
|
|
"bool" | has_info (self) |
| has_info(self) -> bool
|
|
| __init__ (self) |
| init(self) -> type_mods_t
|
|
|
str | type = property(_ida_typeinf.type_mods_t_type_get, _ida_typeinf.type_mods_t_type_set, doc=) |
|
str | name = property(_ida_typeinf.type_mods_t_name_get, _ida_typeinf.type_mods_t_name_set, doc=) |
|
str | cmt = property(_ida_typeinf.type_mods_t_cmt_get, _ida_typeinf.type_mods_t_cmt_set, doc=) |
|
str | flags = property(_ida_typeinf.type_mods_t_flags_get, _ida_typeinf.type_mods_t_flags_set, doc=) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
◆ __init__()
◆ clear()
◆ has_cmt()
◆ has_info()
◆ has_name()
◆ has_type()
◆ is_rptcmt()
◆ set_new_cmt()
"void" set_new_cmt |
( |
| self, |
|
|
"qstring const &" | c, |
|
|
"bool" | rptcmt ) |
- Parameters
-
c | qstring const & |
rptcmt | bool |
◆ set_new_name()
"void" set_new_name |
( |
| self, |
|
|
"qstring const &" | n ) |
◆ set_new_type()
"void" set_new_type |
( |
| self, |
|
|
"tinfo_t" | t ) |
Use the following functions for that. The new name and comment will be applied only if the current tinfo element has storage for them.
- Parameters
-
◆ cmt
str cmt = property(_ida_typeinf.type_mods_t_cmt_get, _ida_typeinf.type_mods_t_cmt_set, doc=) |
|
static |
◆ flags
str flags = property(_ida_typeinf.type_mods_t_flags_get, _ida_typeinf.type_mods_t_flags_set, doc=) |
|
static |
◆ name
str name = property(_ida_typeinf.type_mods_t_name_get, _ida_typeinf.type_mods_t_name_set, doc=) |
|
static |
◆ type
str type = property(_ida_typeinf.type_mods_t_type_get, _ida_typeinf.type_mods_t_type_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: