Module idaapi :: Class idc_value_t
[frames] | no frames]

Class idc_value_t

object --+
         |
        idc_value_t

Proxy of C++ idc_value_t class

Instance Methods
 
__repr__(self)
repr(x)
 
__init__(self, *args)
__init__(self, int n = 0) -> idc_value_t __init__(self, idc_value_t r) -> idc_value_t __init__(self, char _str) -> idc_value_t __init__(self, _str) -> idc_value_t
 
clear(self)
 
qstr(self)
qstr(self)
char
c_str(self)
uchar
u_str(self)
 
swap(self, *args)
swap(self, idc_value_t v)
bool
is_zero(self)
bool
is_convertible(self)
 
create_empty_string(self)
 
set_string(self, *args)
set_string(self, char str, size_t len = 0)
 
set_long(self, *args)
set_long(self, sval_t v)
 
set_pvoid(self, *args)
set_pvoid(self, void p)
 
set_int64(self, *args)
set_int64(self, int64 v)

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

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  vtype = _swig_property(_idaapi.idc_value_t_vtype_get, _idaapi....
  num = _swig_property(_idaapi.idc_value_t_num_get, _idaapi.idc_...
  e = _swig_property(_idaapi.idc_value_t_e_get, _idaapi.idc_valu...
  obj = _swig_property(_idaapi.idc_value_t_obj_get, _idaapi.idc_...
  funcidx = _swig_property(_idaapi.idc_value_t_funcidx_get, _ida...
  pvoid = _swig_property(_idaapi.idc_value_t_pvoid_get, _idaapi....
  i64 = _swig_property(_idaapi.idc_value_t_i64_get, _idaapi.idc_...
  reserve = _swig_property(_idaapi.idc_value_t_reserve_get, _ida...
  __swig_destroy__ = _idaapi.delete_idc_value_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

 

__init__(self, int n = 0) -> idc_value_t __init__(self, idc_value_t r) -> idc_value_t __init__(self, char _str) -> idc_value_t __init__(self, _str) -> idc_value_t

Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

vtype

Value:
_swig_property(_idaapi.idc_value_t_vtype_get, _idaapi.idc_value_t_vtyp\
e_set)

num

Value:
_swig_property(_idaapi.idc_value_t_num_get, _idaapi.idc_value_t_num_se\
t)

e

Value:
_swig_property(_idaapi.idc_value_t_e_get, _idaapi.idc_value_t_e_set)

obj

Value:
_swig_property(_idaapi.idc_value_t_obj_get, _idaapi.idc_value_t_obj_se\
t)

funcidx

Value:
_swig_property(_idaapi.idc_value_t_funcidx_get, _idaapi.idc_value_t_fu\
ncidx_set)

pvoid

Value:
_swig_property(_idaapi.idc_value_t_pvoid_get, _idaapi.idc_value_t_pvoi\
d_set)

i64

Value:
_swig_property(_idaapi.idc_value_t_i64_get, _idaapi.idc_value_t_i64_se\
t)

reserve

Value:
_swig_property(_idaapi.idc_value_t_reserve_get, _idaapi.idc_value_t_re\
serve_set)