IDAPython 8.4
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, *args)
 lt(self, r) -> bool
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 ea = property(_ida_strlist.string_info_t_ea_get, _ida_strlist.string_info_t_ea_set, doc=)
 
 length = property(_ida_strlist.string_info_t_length_get, _ida_strlist.string_info_t_length_set, doc=)
 
 type = property(_ida_strlist.string_info_t_type_get, _ida_strlist.string_info_t_type_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_eaea_t

Member Function Documentation

◆ __lt__()

"bool" __lt__ ( self,
* args )
Parameters
rstring_info_t const &

Property Documentation

◆ ea

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

◆ length

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

◆ thisown

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

◆ type

type = property(_ida_strlist.string_info_t_type_get, _ida_strlist.string_info_t_type_set, doc=)
static

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