Module ida_tryblks :: Class catch_t
[frames] | no frames]

Class catch_t

               object --+            
                        |            
ida_range.rangevec_base_t --+        
                            |        
         ida_range.rangevec_t --+    
                                |    
                    try_handler_t --+
                                    |
                                   catch_t

Proxy of C++ catch_t class.

Instance Methods
catch_t
__init__(self)
__init__(self, x) -> rangevec_base_t
 
__swig_destroy__(self)

Inherited from try_handler_t: __repr__, clear

Inherited from ida_range.rangevec_base_t: __eq__, __getitem__, __iter__, __len__, __ne__, __setitem__, add_unique, at, back, begin, capacity, empty, end, erase, extract, find, front, grow, has, inject, insert, pop_back, push_back, qclear, reserve, resize, size, swap, truncate

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

Properties
  obj
catch_t_obj_get(self) -> sval_t
  thisown
The membership flag
  type_id
catch_t_type_id_get(self) -> sval_t

Inherited from try_handler_t: disp, fpreg

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, x) -> rangevec_base_t

Returns: catch_t
Overrides: object.__init__

__swig_destroy__(self)

 
Overrides: ida_range.rangevec_base_t.__swig_destroy__

Property Details

obj

catch_t_obj_get(self) -> sval_t

Get Method:
unreachable.catch_t_obj_get(self)
Set Method:
unreachable.catch_t_obj_set(self, obj)

thisown

The membership flag

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

type_id

catch_t_type_id_get(self) -> sval_t

Get Method:
unreachable.catch_t_type_id_get(self)
Set Method:
unreachable.catch_t_type_id_set(self, type_id)