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

Public Member Functions

bool has_info (self)
 
bool __eq__ (self, 'lvar_saved_info_t' r)
 
bool __ne__ (self, 'lvar_saved_info_t' r)
 
bool is_kept (self)
 
None clear_keep (self)
 
None set_keep (self)
 
bool is_split_lvar (self)
 
None set_split_lvar (self)
 
None clr_split_lvar (self)
 
bool is_noptr_lvar (self)
 
None set_noptr_lvar (self)
 
None clr_noptr_lvar (self)
 
bool is_nomap_lvar (self)
 
None set_nomap_lvar (self)
 
None clr_nomap_lvar (self)
 
bool is_unused_lvar (self)
 
None set_unused_lvar (self)
 
None clr_unused_lvar (self)
 
 __init__ (self)
 

Static Public Attributes

str ll
 
str name
 
str type
 
str cmt
 
str size
 
str flags
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'lvar_saved_info_t' r )

◆ __ne__()

bool __ne__ ( self,
'lvar_saved_info_t' r )

◆ clear_keep()

None clear_keep ( self)

◆ clr_nomap_lvar()

None clr_nomap_lvar ( self)

◆ clr_noptr_lvar()

None clr_noptr_lvar ( self)

◆ clr_split_lvar()

None clr_split_lvar ( self)

◆ clr_unused_lvar()

None 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()

None set_keep ( self)

◆ set_nomap_lvar()

None set_nomap_lvar ( self)

◆ set_noptr_lvar()

None set_noptr_lvar ( self)

◆ set_split_lvar()

None set_split_lvar ( self)

◆ set_unused_lvar()

None set_unused_lvar ( self)

Member Data Documentation

◆ cmt

str cmt
static
Initial value:
= property(_ida_hexrays.lvar_saved_info_t_cmt_get,
_ida_hexrays.lvar_saved_info_t_cmt_set)

◆ flags

str flags
static
Initial value:
= property(_ida_hexrays.lvar_saved_info_t_flags_get,
_ida_hexrays.lvar_saved_info_t_flags_set)

◆ ll

str ll
static
Initial value:
= property(_ida_hexrays.lvar_saved_info_t_ll_get,
_ida_hexrays.lvar_saved_info_t_ll_set)

◆ name

str name
static
Initial value:
= property(_ida_hexrays.lvar_saved_info_t_name_get,
_ida_hexrays.lvar_saved_info_t_name_set)

◆ size

str size
static
Initial value:
= property(_ida_hexrays.lvar_saved_info_t_size_get,
_ida_hexrays.lvar_saved_info_t_size_set)

◆ type

str type
static
Initial value:
= property(_ida_hexrays.lvar_saved_info_t_type_get,
_ida_hexrays.lvar_saved_info_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: