Inheritance diagram for SString:

Static string, do not depend on called character data.
Public Member Functions | |
| SString (const String *cstring, int s=0, int l=-1) | |
| Static string constructor from String source. | |
| SString (const String &cstring, int s=0, int l=-1) | |
| Static string constructor from String source. | |
| SString (char *str, int enc=-1) | |
| Static string constructor from char stream. | |
| SString (int no) | |
| Static string constructor from integer number. | |
| ~SString () | |
| Empty static string constructor. | |
| String * | substring (int s, int l=-1) const |
| wchar | operator[] (int i) const |
| int | length () const |
Protected Member Functions | |
| void | construct (const String *cstring, int s, int l) |
Protected Attributes | |
| wchar * | wstr |
| int | len |
|
||||||||||||||||
|
Static string constructor from String source.
|
|
||||||||||||||||
|
Static string constructor from String source.
|
|
||||||||||||
|
Static string constructor from char stream.
|