IDAPython 9.0
Loading...
Searching...
No Matches
call_stack_info_t Class Reference

Proxy of C++ call_stack_info_t class.

Inheritance diagram for call_stack_info_t:

Public Member Functions

"bool" __eq__ (self, "call_stack_info_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "call_stack_info_t" r)
 ne(self, r) -> bool
 
 __init__ (self)
 init(self) -> call_stack_info_t
 

Static Public Attributes

str callea = property(_ida_idd.call_stack_info_t_callea_get, _ida_idd.call_stack_info_t_callea_set, doc=)
 
str funcea = property(_ida_idd.call_stack_info_t_funcea_get, _ida_idd.call_stack_info_t_funcea_set, doc=)
 
str fp = property(_ida_idd.call_stack_info_t_fp_get, _ida_idd.call_stack_info_t_fp_set, doc=)
 
str funcok = property(_ida_idd.call_stack_info_t_funcok_get, _ida_idd.call_stack_info_t_funcok_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"call_stack_info_t" r )
Parameters
rcall_stack_info_t const &

◆ __ne__()

"bool" __ne__ ( self,
"call_stack_info_t" r )
Parameters
rcall_stack_info_t const &

Member Data Documentation

◆ callea

str callea = property(_ida_idd.call_stack_info_t_callea_get, _ida_idd.call_stack_info_t_callea_set, doc=)
static

◆ fp

str fp = property(_ida_idd.call_stack_info_t_fp_get, _ida_idd.call_stack_info_t_fp_set, doc=)
static

◆ funcea

str funcea = property(_ida_idd.call_stack_info_t_funcea_get, _ida_idd.call_stack_info_t_funcea_set, doc=)
static

◆ funcok

str funcok = property(_ida_idd.call_stack_info_t_funcok_get, _ida_idd.call_stack_info_t_funcok_set, doc=)
static

Property Documentation

◆ thisown

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

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