Home | Modules | Class Hierarchy | Alphabetical List | Compound List | Related Pages

SString Class Reference
[Unicode core]

Inheritance diagram for SString:

String StringBuffer

Detailed Description

Static unicode string.

Static string, do not depend on called character data.


Public Methods

 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.

Stringsubstring (int s, int l=-1) const
wchar operator[] (int i) const
int length () const

Protected Methods

void construct (const String *cstring, int s, int l)

Protected Attributes

wchar * wstr
int len


Constructor & Destructor Documentation

SString::SString const String   cstring,
int    s = 0,
int    l = -1
 

Static string constructor from String source.

Parameters:
cstring source string, can't be null.

SString::SString const String   cstring,
int    s = 0,
int    l = -1
 

Static string constructor from String source.

Parameters:
cstring source string, can't be null.

SString::SString char *    str,
int    enc = -1
 

Static string constructor from char stream.

Parameters:
str source string, can't be null.


Colorer-take5 Library. Copyright © 1999-2005 Cail Lomecb.
Generated at Fri Apr 29 02:50:05 2005 by doxygen 1.3-rc2.