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

Class idc_global_t

object --+
         |
        idc_global_t

Proxy of C++ idc_global_t class

Instance Methods
 
__repr__(self)
repr(x)
idc_global_t
__init__(self)
__init__(self, char n) -> idc_global_t
 
__swig_destroy__(...)
delete_idc_global_t(idc_global_t self)
 
__del__(self)

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

Properties
  thisown
The membership flag
  name
idc_global_t_name_get(idc_global_t self) -> qstring
  value
idc_global_t_value_get(idc_global_t self) -> idc_value_t

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, char n) -> idc_global_t

Returns: idc_global_t
Overrides: object.__init__

Property Details

thisown

The membership flag

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

name

idc_global_t_name_get(idc_global_t self) -> qstring

Get Method:
unreachable.idc_global_t_name_get(...) - idc_global_t_name_get(idc_global_t self) -> qstring
Set Method:
unreachable.idc_global_t_name_set(...) - idc_global_t_name_set(idc_global_t self, qstring name)

value

idc_global_t_value_get(idc_global_t self) -> idc_value_t

Get Method:
unreachable.idc_global_t_value_get(...) - idc_global_t_value_get(idc_global_t self) -> idc_value_t
Set Method:
unreachable.idc_global_t_value_set(...) - idc_global_t_value_set(idc_global_t self, idc_value_t value)