IDAPython 9.0
Loading...
Searching...
No Matches
catchexpr_t Class Reference
Inheritance diagram for catchexpr_t:

Public Member Functions

bool __eq__ (self, 'catchexpr_t' r)
 
bool __ne__ (self, 'catchexpr_t' r)
 
bool __lt__ (self, 'catchexpr_t' r)
 
bool __gt__ (self, 'catchexpr_t' r)
 
bool __le__ (self, 'catchexpr_t' r)
 
bool __ge__ (self, 'catchexpr_t' r)
 
int compare (self, 'catchexpr_t' r)
 
None swap (self, 'catchexpr_t' r)
 
bool is_catch_all (self)
 
 __init__ (self)
 

Static Public Attributes

str obj
 
str fake_type
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'catchexpr_t' r )

◆ __ge__()

bool __ge__ ( self,
'catchexpr_t' r )

◆ __gt__()

bool __gt__ ( self,
'catchexpr_t' r )

◆ __le__()

bool __le__ ( self,
'catchexpr_t' r )

◆ __lt__()

bool __lt__ ( self,
'catchexpr_t' r )

◆ __ne__()

bool __ne__ ( self,
'catchexpr_t' r )

◆ compare()

int compare ( self,
'catchexpr_t' r )

◆ is_catch_all()

bool is_catch_all ( self)

◆ swap()

None swap ( self,
'catchexpr_t' r )

Member Data Documentation

◆ fake_type

str fake_type
static
Initial value:
= property(_ida_hexrays.catchexpr_t_fake_type_get,
_ida_hexrays.catchexpr_t_fake_type_set)

◆ obj

str obj
static
Initial value:
= property(_ida_hexrays.catchexpr_t_obj_get,
_ida_hexrays.catchexpr_t_obj_set)

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: