IDAPython 9.0
Loading...
Searching...
No Matches
printop_t Class Reference
Inheritance diagram for printop_t:

Public Member Functions

 __init__ (self)
 
bool is_ti_initialized (self)
 
None set_ti_initialized (self, bool v=True)
 
bool is_aflags_initialized (self)
 
None set_aflags_initialized (self, bool v=True)
 
bool is_f64 (self)
 
'opinfo_t const *' get_ti (self)
 

Static Public Attributes

str ti
 
str features
 
str suspop
 
str aflags
 
str flags
 

Properties

 thisown
 
 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()

None set_aflags_initialized ( self,
bool v = True )

◆ set_ti_initialized()

None set_ti_initialized ( self,
bool v = True )

Member Data Documentation

◆ aflags

str aflags
static
Initial value:
= property(_ida_nalt.printop_t_aflags_get, _ida_nalt
.printop_t_aflags_set)

◆ features

str features
static
Initial value:
= property(_ida_nalt.printop_t_features_get,
_ida_nalt.printop_t_features_set)

◆ flags

str flags
static
Initial value:
= property(_ida_nalt.printop_t_flags_get, _ida_nalt.
printop_t_flags_set)

◆ suspop

str suspop
static
Initial value:
= property(_ida_nalt.printop_t_suspop_get, _ida_nalt.
printop_t_suspop_set)

◆ ti

str ti
static
Initial value:
= property(_ida_nalt.printop_t_ti_get, _ida_nalt.
printop_t_ti_set)

Property Documentation

◆ is_ti_valid

is_ti_valid = property(is_ti_initialized, set_ti_initialized)
static

◆ thisown

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

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