Module ida_nalt :: Class printop_t
[frames] | no frames]

Class printop_t

object --+
         |
        printop_t

Proxy of C++ printop_t class.

Instance Methods
printop_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
opinfo_t
get_ti(self)
bool
is_aflags_initialized(self)
bool
is_ti_initialized(self)
 
set_aflags_initialized(self, v=True)
 
set_ti_initialized(self, v=True)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  aflags
printop_t_aflags_get(self) -> flags_t
  features
printop_t_features_get(self) -> uchar
  flags
printop_t_flags_get(self) -> flags_t
  is_ti_valid
is_ti_initialized(self) -> bool
  suspop
printop_t_suspop_get(self) -> int
  thisown
The membership flag
  ti
printop_t_ti_get(self) -> opinfo_t

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: printop_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

aflags

printop_t_aflags_get(self) -> flags_t

Get Method:
unreachable.printop_t_aflags_get(self)
Set Method:
unreachable.printop_t_aflags_set(self, aflags)

features

printop_t_features_get(self) -> uchar

Get Method:
unreachable.printop_t_features_get(self)
Set Method:
unreachable.printop_t_features_set(self, features)

flags

printop_t_flags_get(self) -> flags_t

Get Method:
unreachable.printop_t_flags_get(self)
Set Method:
unreachable.printop_t_flags_set(self, flags)

is_ti_valid

is_ti_initialized(self) -> bool

Get Method:
is_ti_initialized(self)
Set Method:
set_ti_initialized(self, v=True)

suspop

printop_t_suspop_get(self) -> int

Get Method:
unreachable.printop_t_suspop_get(self)
Set Method:
unreachable.printop_t_suspop_set(self, suspop)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

ti

printop_t_ti_get(self) -> opinfo_t

Get Method:
unreachable.printop_t_ti_get(self)
Set Method:
unreachable.printop_t_ti_set(self, ti)