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

Public Member Functions

bool __eq__ (self, 'xreflist_entry_t' r)
 
bool __ne__ (self, 'xreflist_entry_t' r)
 
bool __lt__ (self, 'xreflist_entry_t' r)
 
bool __gt__ (self, 'xreflist_entry_t' r)
 
bool __le__ (self, 'xreflist_entry_t' r)
 
bool __ge__ (self, 'xreflist_entry_t' r)
 
int compare (self, 'xreflist_entry_t' r)
 
 __init__ (self)
 

Static Public Attributes

str ea
 
str opnum
 
str type
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'xreflist_entry_t' r )

◆ __ge__()

bool __ge__ ( self,
'xreflist_entry_t' r )

◆ __gt__()

bool __gt__ ( self,
'xreflist_entry_t' r )

◆ __le__()

bool __le__ ( self,
'xreflist_entry_t' r )

◆ __lt__()

bool __lt__ ( self,
'xreflist_entry_t' r )

◆ __ne__()

bool __ne__ ( self,
'xreflist_entry_t' r )

◆ compare()

int compare ( self,
'xreflist_entry_t' r )

Member Data Documentation

◆ ea

str ea
static
Initial value:
= property(_ida_frame.xreflist_entry_t_ea_get, _ida_frame.
xreflist_entry_t_ea_set)

◆ opnum

str opnum
static
Initial value:
= property(_ida_frame.xreflist_entry_t_opnum_get,
_ida_frame.xreflist_entry_t_opnum_set)

◆ type

str type
static
Initial value:
= property(_ida_frame.xreflist_entry_t_type_get,
_ida_frame.xreflist_entry_t_type_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: