bit8 set(char c, uint32 index)
void cellCopy(OUT char *dest, uint32 len)
bit8 operator==(IN Wstring &other) RO
bit8 operator==(IN char *other) RO
char remove(sint32 pos, sint32 count)
bool operator<(IN Wstring &other) RO
bit8 insert(char *instring, uint32 pos)
bit8 cat(IN char *string)
bit8 cat(IN Wstring &string)
Wstring(IN Wstring &other)
void setSize(sint32 bytes)
Wstring & operator+=(IN Wstring &other)
Wstring & operator+=(IN char *other)
char setFormatted(IN char *str,...)
bit8 operator!=(IN Wstring &other) RO
Wstring & operator=(IN char *other)
Wstring operator+(IN char *other)
Wstring & operator=(IN Wstring &other)
bit8 truncate(uint32 len)
bit8 insert(char c, uint32 pos)
sint32 getLine(int offset, Wstring &out)
Wstring operator+(IN Wstring &other)
char get(uint32 index) RO
sint32 getToken(int offset, char *delim, Wstring &out) RO
bit8 cat(uint32 size, IN char *string)
char set(uint32 size, IN char *str)
bit8 operator!=(IN char *other) RO
bit8 replace(IN char *replaceThis, IN char *withThis)