#include <language.h>
Inheritance diagram for analy_string:
Public Member Functions | |
void | init (const byte *s, int Len) |
virtual void | done () |
virtual void | render_string (char *result, int maxlen)=0 |
void | set_len (int Len) |
int | length () |
virtual char * | name ()=0 |
Protected Attributes | |
byte * | string |
int | len |
|
Reimplemented from Object. Referenced by Analyser::dataAccess(), and ht_aviewer::dataStringDialog(). |
|
|
|
Referenced by Analyser::dataAccess(), and ht_aviewer::dataStringDialog(). |
|
Implemented in analy_raw_string, analy_c_string, analy_unicode_string, and analy_pascal_string. Referenced by Analyser::dataAccess(), and ht_aviewer::dataStringDialog(). |
|
Implemented in analy_raw_string, analy_c_string, analy_unicode_string, and analy_pascal_string. Referenced by Analyser::dataAccess(), and ht_aviewer::dataStringDialog(). |
|
|
|
Definition at line 38 of file language.h. |
|
Definition at line 37 of file language.h. |