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

Public Member Functions

 __init__ (self, si)
 
 is_1_byte_encoding (self)
 
 __str__ (self)
 
 __unicode__ (self)
 

Public Attributes

 ea = si.ea
 
 strtype = si.type
 
 length = si.length
 

Protected Member Functions

 _toseq (self, as_unicode)
 

Detailed Description

Class representing each string item.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
si )

Member Function Documentation

◆ __str__()

__str__ ( self)

◆ __unicode__()

__unicode__ ( self)

◆ _toseq()

_toseq ( self,
as_unicode )
protected

◆ is_1_byte_encoding()

is_1_byte_encoding ( self)

Member Data Documentation

◆ ea

ea = si.ea

◆ length

length = si.length

◆ strtype

strtype = si.type

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