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

Proxy of C++ lvar_saved_info_t class.

Inheritance diagram for lvar_saved_info_t:

Public Member Functions

"bool" has_info (self)
 has_info(self) -> bool
 
"bool" __eq__ (self, "lvar_saved_info_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "lvar_saved_info_t" r)
 ne(self, r) -> bool
 
"bool" is_kept (self)
 is_kept(self) -> bool
 
"void" clear_keep (self)
 clear_keep(self)
 
"void" set_keep (self)
 set_keep(self)
 
"bool" is_split_lvar (self)
 is_split_lvar(self) -> bool
 
"void" set_split_lvar (self)
 set_split_lvar(self)
 
"void" clr_split_lvar (self)
 clr_split_lvar(self)
 
"bool" is_noptr_lvar (self)
 is_noptr_lvar(self) -> bool
 
"void" set_noptr_lvar (self)
 set_noptr_lvar(self)
 
"void" clr_noptr_lvar (self)
 clr_noptr_lvar(self)
 
"bool" is_nomap_lvar (self)
 is_nomap_lvar(self) -> bool
 
"void" set_nomap_lvar (self)
 set_nomap_lvar(self)
 
"void" clr_nomap_lvar (self)
 clr_nomap_lvar(self)
 
"bool" is_unused_lvar (self)
 is_unused_lvar(self) -> bool
 
"void" set_unused_lvar (self)
 set_unused_lvar(self)
 
"void" clr_unused_lvar (self)
 clr_unused_lvar(self)
 
 __init__ (self)
 init(self) -> lvar_saved_info_t
 

Static Public Attributes

str ll = property(_ida_hexrays.lvar_saved_info_t_ll_get, _ida_hexrays.lvar_saved_info_t_ll_set, doc=)
 
str name = property(_ida_hexrays.lvar_saved_info_t_name_get, _ida_hexrays.lvar_saved_info_t_name_set, doc=)
 
str type = property(_ida_hexrays.lvar_saved_info_t_type_get, _ida_hexrays.lvar_saved_info_t_type_set, doc=)
 
str cmt = property(_ida_hexrays.lvar_saved_info_t_cmt_get, _ida_hexrays.lvar_saved_info_t_cmt_set, doc=)
 
str size = property(_ida_hexrays.lvar_saved_info_t_size_get, _ida_hexrays.lvar_saved_info_t_size_set, doc=)
 
str flags = property(_ida_hexrays.lvar_saved_info_t_flags_get, _ida_hexrays.lvar_saved_info_t_flags_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,
"lvar_saved_info_t" r )
Parameters
rlvar_saved_info_t const &

◆ __ne__()

"bool" __ne__ ( self,
"lvar_saved_info_t" r )
Parameters
rlvar_saved_info_t const &

◆ clear_keep()

"void" clear_keep ( self)

◆ clr_nomap_lvar()

"void" clr_nomap_lvar ( self)

◆ clr_noptr_lvar()

"void" clr_noptr_lvar ( self)

◆ clr_split_lvar()

"void" clr_split_lvar ( self)

◆ clr_unused_lvar()

"void" clr_unused_lvar ( self)

◆ has_info()

"bool" has_info ( self)

◆ is_kept()

"bool" is_kept ( self)

◆ is_nomap_lvar()

"bool" is_nomap_lvar ( self)

◆ is_noptr_lvar()

"bool" is_noptr_lvar ( self)

◆ is_split_lvar()

"bool" is_split_lvar ( self)

◆ is_unused_lvar()

"bool" is_unused_lvar ( self)

◆ set_keep()

"void" set_keep ( self)

◆ set_nomap_lvar()

"void" set_nomap_lvar ( self)

◆ set_noptr_lvar()

"void" set_noptr_lvar ( self)

◆ set_split_lvar()

"void" set_split_lvar ( self)

◆ set_unused_lvar()

"void" set_unused_lvar ( self)

Member Data Documentation

◆ cmt

str cmt = property(_ida_hexrays.lvar_saved_info_t_cmt_get, _ida_hexrays.lvar_saved_info_t_cmt_set, doc=)
static

◆ flags

str flags = property(_ida_hexrays.lvar_saved_info_t_flags_get, _ida_hexrays.lvar_saved_info_t_flags_set, doc=)
static

◆ ll

str ll = property(_ida_hexrays.lvar_saved_info_t_ll_get, _ida_hexrays.lvar_saved_info_t_ll_set, doc=)
static

◆ name

str name = property(_ida_hexrays.lvar_saved_info_t_name_get, _ida_hexrays.lvar_saved_info_t_name_set, doc=)
static

◆ size

str size = property(_ida_hexrays.lvar_saved_info_t_size_get, _ida_hexrays.lvar_saved_info_t_size_set, doc=)
static

◆ type

str type = property(_ida_hexrays.lvar_saved_info_t_type_get, _ida_hexrays.lvar_saved_info_t_type_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: