#include <gstringext.h>
Inheritance diagram for gUniString:
Public Member Functions | |
gUniString () | |
gUniString (char *s) | |
gUniString (t_uchar *s) | |
t_uint32 | GetHexa (eDigitConv caseSense=e_DigConvAny) |
t_uint32 | GetHexa0x (eDigitConv caseSense=e_DigConvAny) |
virtual void | SetEmpty () |
void | Set (char *s) |
void | Set (t_uchar *s) |
unsigned | Add (char c) |
unsigned | Add (t_uchar c) |
unsigned | Add (char *s) |
unsigned | Add (t_uchar *s) |
virtual void | UpString () |
virtual void | DownString () |
virtual gUniString & | CopyFromTo (gUniString ©, unsigned startPos, unsigned endPos) |
virtual unsigned | Delete (unsigned startPos=0, unsigned endPos=0) |
virtual gUniString & | ConvertChrFromTo (t_uchar chrFrom, t_uchar chrTo) |
t_uchar & | operator[] (int index) |
gStorage * | NewObject () |
virtual t_uchar * | ToString (t_uchar *uBuf) |
virtual bool | SaveGuts (FILE *f) |
virtual bool | RestoreGuts (FILE *f) |
void | Show (bool doShowAll) |
Protected Member Functions | |
void | thisUniUpdate () |
unsigned | thisUniDelete (unsigned startPos, unsigned endPos) |
int | thisUniCopyFromTo (gUniString ©, unsigned startPos, unsigned endPos) |
|
Definition at line 1393 of file gstringext.cpp. Referenced by NewObject(). |
|
Definition at line 1402 of file gstringext.cpp. |
|
Definition at line 1412 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1482 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1477 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1469 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1464 of file gstringext.cpp. Referenced by Add(). |
|
Definition at line 1595 of file gstringext.cpp. |
|
Definition at line 1500 of file gstringext.cpp. |
|
Definition at line 1507 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1495 of file gstringext.cpp. |
|
Definition at line 1422 of file gstringext.cpp. |
|
Definition at line 1433 of file gstringext.cpp. |
|
Implements gStorage. Definition at line 1527 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1514 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1545 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1538 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1457 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1451 of file gstringext.cpp. Referenced by thisUniDelete(). |
|
Reimplemented from gStringGeneric. Definition at line 1445 of file gstringext.cpp. Referenced by thisUniDelete(). |
|
Reimplemented from gStorage. Definition at line 1522 of file gstringext.cpp. |
|
Definition at line 1608 of file gstringext.cpp. Referenced by CopyFromTo(). |
|
Definition at line 1568 of file gstringext.cpp. Referenced by Delete(). |
|
Definition at line 1564 of file gstringext.cpp. Referenced by Add(), CopyFromTo(), Delete(), operator[](), Set(), and SetEmpty(). |
|
Reimplemented from gStringGeneric. Definition at line 1533 of file gstringext.cpp. |
|
Reimplemented from gStringGeneric. Definition at line 1490 of file gstringext.cpp. |