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

Public Member Functions

 __init__ (self, *args)
 
bool __lt__ (self, 'string_info_t' r)
 

Static Public Attributes

str ea
 
str length
 
str type
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __lt__()

bool __lt__ ( self,
'string_info_t' r )

Member Data Documentation

◆ ea

str ea
static
Initial value:
= property(_ida_strlist.string_info_t_ea_get, _ida_strlist.
string_info_t_ea_set)

◆ length

str length
static
Initial value:
= property(_ida_strlist.string_info_t_length_get,
_ida_strlist.string_info_t_length_set)

◆ type

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