IDAPython 9.0
Loading...
Searching...
No Matches
til_t Class Reference

Proxy of C++ til_t class.

Inheritance diagram for til_t:

Public Member Functions

"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
 
 get_type_names (self)
 
 __init__ (self)
 init(self) -> til_t
 

Static Public Attributes

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=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 type_names = property(get_type_names)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ base()

"til_t *" base ( self,
"int" n )
Parameters
nint

◆ 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_type_names()

get_type_names ( self)

◆ is_dirty()

"bool" is_dirty ( self)

◆ set_dirty()

"void" set_dirty ( self)

Member Data Documentation

◆ 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

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

◆ type_names

type_names = property(get_type_names)
static

The documentation for this class was generated from the following file: