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

Proxy of C++ type_mods_t class.

Inheritance diagram for type_mods_t:

Public Member Functions

"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
 

Static Public Attributes

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

Properties

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ clear()

"void" clear ( self)

◆ has_cmt()

"bool" has_cmt ( self)

◆ has_info()

"bool" has_info ( self)

◆ has_name()

"bool" has_name ( self)

◆ has_type()

"bool" has_type ( self)

◆ is_rptcmt()

"bool" is_rptcmt ( self)

◆ set_new_cmt()

"void" set_new_cmt ( self,
"qstring const &" c,
"bool" rptcmt )
Parameters
cqstring const &
rptcmtbool

◆ set_new_name()

"void" set_new_name ( self,
"qstring const &" n )
Parameters
nqstring const &

◆ 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
t(C++: const tinfo_t &) tinfo_t const &

Member Data Documentation

◆ 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

Property Documentation

◆ 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: