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

Class e_exception_t

object --+
         |
        e_exception_t

Proxy of C++ e_exception_t class

Instance Methods
 
__repr__(self)
repr(x)
e_exception_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__swig_destroy__(...)
delete_e_exception_t(e_exception_t self)
 
__del__(self)

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

Properties
  thisown
The membership flag
  code
e_exception_t_code_get(e_exception_t self) -> int
  can_cont
e_exception_t_can_cont_get(e_exception_t self) -> bool
  ea
e_exception_t_ea_get(e_exception_t self) -> ea_t
  info
e_exception_t_info_get(e_exception_t self) -> char

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: e_exception_t
Overrides: object.__init__

Property Details

thisown

The membership flag

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

code

e_exception_t_code_get(e_exception_t self) -> int

Get Method:
unreachable.e_exception_t_code_get(...) - e_exception_t_code_get(e_exception_t self) -> int
Set Method:
unreachable.e_exception_t_code_set(...) - e_exception_t_code_set(e_exception_t self, int code)

can_cont

e_exception_t_can_cont_get(e_exception_t self) -> bool

Get Method:
unreachable.e_exception_t_can_cont_get(...) - e_exception_t_can_cont_get(e_exception_t self) -> bool
Set Method:
unreachable.e_exception_t_can_cont_set(...) - e_exception_t_can_cont_set(e_exception_t self, bool can_cont)

ea

e_exception_t_ea_get(e_exception_t self) -> ea_t

Get Method:
unreachable.e_exception_t_ea_get(...) - e_exception_t_ea_get(e_exception_t self) -> ea_t
Set Method:
unreachable.e_exception_t_ea_set(...) - e_exception_t_ea_set(e_exception_t self, ea_t ea)

info

e_exception_t_info_get(e_exception_t self) -> char

Get Method:
unreachable.e_exception_t_info_get(...) - e_exception_t_info_get(e_exception_t self) -> char
Set Method:
unreachable.e_exception_t_info_set(...) - e_exception_t_info_set(e_exception_t self, char info)