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

Proxy of C++ string_info_t class.

Inheritance diagram for string_info_t:

Public Member Functions

 __init__ (self, *args)
 init(self, _ea=BADADDR) -> string_info_t
 
"bool" __lt__ (self, "string_info_t" r)
 lt(self, r) -> bool
 

Static Public Attributes

str ea = property(_ida_strlist.string_info_t_ea_get, _ida_strlist.string_info_t_ea_set, doc=)
 
str length = property(_ida_strlist.string_info_t_length_get, _ida_strlist.string_info_t_length_set, doc=)
 
str type = property(_ida_strlist.string_info_t_type_get, _ida_strlist.string_info_t_type_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,
* args )
Parameters
_eaea_t

Member Function Documentation

◆ __lt__()

"bool" __lt__ ( self,
"string_info_t" r )
Parameters
rstring_info_t const &

Member Data Documentation

◆ ea

str ea = property(_ida_strlist.string_info_t_ea_get, _ida_strlist.string_info_t_ea_set, doc=)
static

◆ length

str length = property(_ida_strlist.string_info_t_length_get, _ida_strlist.string_info_t_length_set, doc=)
static

◆ type

str type = property(_ida_strlist.string_info_t_type_get, _ida_strlist.string_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: