Module idaapi :: Class string_info_t
[frames] | no frames]

Class string_info_t

object --+
         |
        string_info_t

Proxy of C++ string_info_t class

Instance Methods
 
__repr__(self)
repr(x)
string_info_t
__init__(self)
__init__(self, ea_t _ea) -> string_info_t
 
__lt__(self, *args)
__lt__(self, string_info_t string_info) -> bool

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  ea = _swig_property(_idaapi.string_info_t_ea_get, _idaapi.stri...
  length = _swig_property(_idaapi.string_info_t_length_get, _ida...
  type = _swig_property(_idaapi.string_info_t_type_get, _idaapi....
  __swig_destroy__ = _idaapi.delete_string_info_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, ea_t _ea) -> string_info_t

Returns: string_info_t
Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

ea

Value:
_swig_property(_idaapi.string_info_t_ea_get, _idaapi.string_info_t_ea_\
set)

length

Value:
_swig_property(_idaapi.string_info_t_length_get, _idaapi.string_info_t\
_length_set)

type

Value:
_swig_property(_idaapi.string_info_t_type_get, _idaapi.string_info_t_t\
ype_set)