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

Public Member Functions

bool __eq__ (self, 'call_stack_info_t' r)
 
bool __ne__ (self, 'call_stack_info_t' r)
 
 __init__ (self)
 

Static Public Attributes

str callea
 
str funcea
 
str fp
 
str funcok
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'call_stack_info_t' r )

◆ __ne__()

bool __ne__ ( self,
'call_stack_info_t' r )

Member Data Documentation

◆ callea

str callea
static
Initial value:
= property(_ida_idd.call_stack_info_t_callea_get,
_ida_idd.call_stack_info_t_callea_set)

◆ fp

str fp
static
Initial value:
= property(_ida_idd.call_stack_info_t_fp_get, _ida_idd.
call_stack_info_t_fp_set)

◆ funcea

str funcea
static
Initial value:
= property(_ida_idd.call_stack_info_t_funcea_get,
_ida_idd.call_stack_info_t_funcea_set)

◆ funcok

str funcok
static
Initial value:
= property(_ida_idd.call_stack_info_t_funcok_get,
_ida_idd.call_stack_info_t_funcok_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: