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)
idc_value_t
__init__(self)
__init__(self, idc_value_t r) -> idc_value_t
 
__swig_destroy__(...)
delete_idc_value_t(idc_value_t self)
 
__del__(self)
 
clear(self)

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

Properties
  thisown
The membership flag
  vtype
idc_value_t_vtype_get(idc_value_t self) -> char
  str
idc_value_t_str_get(idc_value_t self) -> char
  num
idc_value_t_num_get(idc_value_t self) -> sval_t
  e
idc_value_t_e_get(idc_value_t self) -> ushort

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, idc_value_t r) -> idc_value_t

Returns: idc_value_t
Overrides: object.__init__

Property Details

thisown

The membership flag

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

vtype

idc_value_t_vtype_get(idc_value_t self) -> char

Get Method:
unreachable.idc_value_t_vtype_get(...) - idc_value_t_vtype_get(idc_value_t self) -> char
Set Method:
unreachable.idc_value_t_vtype_set(...) - idc_value_t_vtype_set(idc_value_t self, char vtype)

str

idc_value_t_str_get(idc_value_t self) -> char

Get Method:
unreachable.idc_value_t_str_get(...) - idc_value_t_str_get(idc_value_t self) -> char
Set Method:
unreachable.idc_value_t_str_set(...) - idc_value_t_str_set(idc_value_t self, char str)

num

idc_value_t_num_get(idc_value_t self) -> sval_t

Get Method:
unreachable.idc_value_t_num_get(...) - idc_value_t_num_get(idc_value_t self) -> sval_t
Set Method:
unreachable.idc_value_t_num_set(...) - idc_value_t_num_set(idc_value_t self, sval_t num)

e

idc_value_t_e_get(idc_value_t self) -> ushort

Get Method:
unreachable.idc_value_t_e_get(...) - idc_value_t_e_get(idc_value_t self) -> ushort
Set Method:
unreachable.idc_value_t_e_set(...) - idc_value_t_e_set(idc_value_t self, ushort e)