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

Proxy of C++ printop_t class.

Inheritance diagram for printop_t:

Public Member Functions

 __init__ (self)
 init(self) -> printop_t
 
"bool" is_ti_initialized (self)
 is_ti_initialized(self) -> bool
 
"void" set_ti_initialized (self, "bool" v=True)
 set_ti_initialized(self, v=True)
 
"bool" is_aflags_initialized (self)
 is_aflags_initialized(self) -> bool
 
"void" set_aflags_initialized (self, "bool" v=True)
 set_aflags_initialized(self, v=True)
 
"bool" is_f64 (self)
 is_f64(self) -> bool
 
"opinfo_t const *" get_ti (self)
 get_ti(self) -> opinfo_t
 

Static Public Attributes

str ti = property(_ida_nalt.printop_t_ti_get, _ida_nalt.printop_t_ti_set, doc=)
 
str features = property(_ida_nalt.printop_t_features_get, _ida_nalt.printop_t_features_set, doc=)
 
str suspop = property(_ida_nalt.printop_t_suspop_get, _ida_nalt.printop_t_suspop_set, doc=)
 
str aflags = property(_ida_nalt.printop_t_aflags_get, _ida_nalt.printop_t_aflags_set, doc=)
 
str flags = property(_ida_nalt.printop_t_flags_get, _ida_nalt.printop_t_flags_set, doc=)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ get_ti()

"opinfo_t const *" get_ti ( self)

◆ is_aflags_initialized()

"bool" is_aflags_initialized ( self)

◆ is_f64()

"bool" is_f64 ( self)

◆ is_ti_initialized()

"bool" is_ti_initialized ( self)

◆ set_aflags_initialized()

"void" set_aflags_initialized ( self,
"bool" v = True )
Parameters
vbool

◆ set_ti_initialized()

"void" set_ti_initialized ( self,
"bool" v = True )
Parameters
vbool

Member Data Documentation

◆ aflags

str aflags = property(_ida_nalt.printop_t_aflags_get, _ida_nalt.printop_t_aflags_set, doc=)
static

◆ features

str features = property(_ida_nalt.printop_t_features_get, _ida_nalt.printop_t_features_set, doc=)
static

◆ flags

str flags = property(_ida_nalt.printop_t_flags_get, _ida_nalt.printop_t_flags_set, doc=)
static

◆ suspop

str suspop = property(_ida_nalt.printop_t_suspop_get, _ida_nalt.printop_t_suspop_set, doc=)
static

◆ ti

str ti = property(_ida_nalt.printop_t_ti_get, _ida_nalt.printop_t_ti_set, doc=)
static

Property Documentation

◆ is_ti_valid

is_ti_valid = property(is_ti_initialized, set_ti_initialized)
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: