Proxy of C++ til_t class.
|
| "bool" | is_dirty (self) |
| | is_dirty(self) -> bool Has the til been modified? (TIL_MOD)
|
| |
| "void" | set_dirty (self) |
| | set_dirty(self) Mark the til as modified (TIL_MOD)
|
| |
| "til_t *" | find_base (self, "char const *" n) |
| | find_base(self, n) -> til_t Find the base til with the provided name
|
| |
| "til_t *" | base (self, "int" n) |
| | base(self, n) -> til_t tils that our til is based on
|
| |
| "bool" | __eq__ (self, "til_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "til_t" r) |
| | ne(self, r) -> bool
|
| |
| "tinfo_t" | import_type (self, "tinfo_t" src) |
| | Import a type (and all its dependencies) into this type info library.
|
| |
| | named_types (self) |
| | Returns a generator over the named types contained in this type library.
|
| |
| | numbered_types (self) |
| | Returns a generator over the numbered types contained in this type library.
|
| |
| | get_named_type (self, name) |
| | Retrieves a tinfo_t representing the named type in this type library.
|
| |
| | get_numbered_type (self, ordinal) |
| | Retrieves a tinfo_t representing the numbered type in this type library.
|
| |
| | get_type_names (self) |
| |
| | __init__ (self) |
| | init(self) -> til_t
|
| |
|
| str | name = property(_ida_typeinf.til_t_name_get, _ida_typeinf.til_t_name_set, doc=) |
| |
| str | desc = property(_ida_typeinf.til_t_desc_get, _ida_typeinf.til_t_desc_set, doc=) |
| |
| str | nbases = property(_ida_typeinf.til_t_nbases_get, _ida_typeinf.til_t_nbases_set, doc=) |
| |
| str | flags = property(_ida_typeinf.til_t_flags_get, _ida_typeinf.til_t_flags_set, doc=) |
| |
| str | cc = property(_ida_typeinf.til_t_cc_get, _ida_typeinf.til_t_cc_set, doc=) |
| |
| str | nrefs = property(_ida_typeinf.til_t_nrefs_get, _ida_typeinf.til_t_nrefs_set, doc=) |
| |
| str | nstreams = property(_ida_typeinf.til_t_nstreams_get, _ida_typeinf.til_t_nstreams_set, doc=) |
| |
| str | streams = property(_ida_typeinf.til_t_streams_get, _ida_typeinf.til_t_streams_set, doc=) |
| |
◆ __init__()
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
"til_t" | r ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
"til_t" | r ) |
◆ base()
| "til_t *" base |
( |
| self, |
|
|
"int" | n ) |
◆ find_base()
| "til_t *" find_base |
( |
| self, |
|
|
"char const *" | n ) |
- Parameters
-
| n | (C++: const char *) the base til name |
- Returns
- : the found til_t, or nullptr
◆ get_named_type()
| get_named_type |
( |
| self, |
|
|
| name ) |
- Parameters
-
- Returns
- : a new tinfo_t object, or None if not found
◆ get_numbered_type()
| get_numbered_type |
( |
| self, |
|
|
| ordinal ) |
- Parameters
-
- Returns
- : a new tinfo_t object, or None if not found
◆ get_type_names()
◆ import_type()
| "tinfo_t" import_type |
( |
| self, |
|
|
"tinfo_t" | src ) |
- Parameters
-
- Returns
- : the imported copy, or None
◆ is_dirty()
◆ named_types()
Every iteration returns a fresh new tinfo_t object
- Returns
- : a tinfo_t-producing generator
◆ numbered_types()
Every iteration returns a fresh new tinfo_t object
- Returns
- : a tinfo_t-producing generator
◆ set_dirty()
◆ cc
| str cc = property(_ida_typeinf.til_t_cc_get, _ida_typeinf.til_t_cc_set, doc=) |
|
static |
◆ desc
| str desc = property(_ida_typeinf.til_t_desc_get, _ida_typeinf.til_t_desc_set, doc=) |
|
static |
◆ flags
| str flags = property(_ida_typeinf.til_t_flags_get, _ida_typeinf.til_t_flags_set, doc=) |
|
static |
◆ name
| str name = property(_ida_typeinf.til_t_name_get, _ida_typeinf.til_t_name_set, doc=) |
|
static |
◆ nbases
| str nbases = property(_ida_typeinf.til_t_nbases_get, _ida_typeinf.til_t_nbases_set, doc=) |
|
static |
◆ nrefs
| str nrefs = property(_ida_typeinf.til_t_nrefs_get, _ida_typeinf.til_t_nrefs_set, doc=) |
|
static |
◆ nstreams
| str nstreams = property(_ida_typeinf.til_t_nstreams_get, _ida_typeinf.til_t_nstreams_set, doc=) |
|
static |
◆ streams
| str streams = property(_ida_typeinf.til_t_streams_get, _ida_typeinf.til_t_streams_set, doc=) |
|
static |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
◆ type_names
The documentation for this class was generated from the following file: