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

Proxy of C++ printop_t class.

Inheritance diagram for printop_t:

Public Member Functions

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

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 ti = property(_ida_nalt.printop_t_ti_get, _ida_nalt.printop_t_ti_set, doc=)
 
 features = property(_ida_nalt.printop_t_features_get, _ida_nalt.printop_t_features_set, doc=)
 
 suspop = property(_ida_nalt.printop_t_suspop_get, _ida_nalt.printop_t_suspop_set, doc=)
 
 aflags = property(_ida_nalt.printop_t_aflags_get, _ida_nalt.printop_t_aflags_set, doc=)
 
 flags = property(_ida_nalt.printop_t_flags_get, _ida_nalt.printop_t_flags_set, doc=)
 
 is_ti_valid = property(is_ti_initialized, set_ti_initialized)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ get_ti()

"opinfo_t const *" get_ti ( self,
* args )

◆ is_aflags_initialized()

"bool" is_aflags_initialized ( self,
* args )

◆ is_f64()

"bool" is_f64 ( self,
* args )

◆ is_ti_initialized()

"bool" is_ti_initialized ( self,
* args )

◆ set_aflags_initialized()

"void" set_aflags_initialized ( self,
* args )
Parameters
vbool

◆ set_ti_initialized()

"void" set_ti_initialized ( self,
* args )
Parameters
vbool

Property Documentation

◆ aflags

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

◆ features

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

◆ flags

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

◆ is_ti_valid

is_ti_valid = property(is_ti_initialized, set_ti_initialized)
static

◆ suspop

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

◆ thisown

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

◆ ti

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

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