Add(const char *str, int size=-1) | ppl6::CWString | |
AddChar(wchar_t c) | ppl6::CWString | |
buffer | ppl6::CWString | private |
buffersize | ppl6::CWString | private |
bufferused | ppl6::CWString | private |
Capacity() const | ppl6::CWString | |
CARRAY enum-Wert | ppl6::CVar | |
CASSOCARRAY enum-Wert | ppl6::CVar | |
CBINARY enum-Wert | ppl6::CVar | |
CBOOL enum-Wert | ppl6::CVar | |
CDATETIME enum-Wert | ppl6::CVar | |
Chomp() | ppl6::CWString | |
Chop(int chars=1) | ppl6::CWString | |
CINT enum-Wert | ppl6::CVar | |
Clear() | ppl6::CWString | |
Concat(const char *text, int size=-1) | ppl6::CWString | |
Concat(const wchar_t *text, int size=-1) | ppl6::CWString | |
Concat(CString *str, int size=-1) | ppl6::CWString | |
Concat(CWString *str, int size=-1) | ppl6::CWString | |
Concat(CString str, int size=-1) | ppl6::CWString | |
Concat(CWString str, int size=-1) | ppl6::CWString | |
ConcatChar(wchar_t c) | ppl6::CWString | |
Concatf(const char *fmt,...) | ppl6::CWString | |
Concatf(const wchar_t *fmt,...) | ppl6::CWString | |
Copy(const char *str, int size=-1) | ppl6::CWString | |
Copy(const CString &str, int size=-1) | ppl6::CWString | |
CSTRING enum-Wert | ppl6::CVar | |
Cut(int position) | ppl6::CWString | |
CVar() | ppl6::CVar | |
CVar(const CVar ©) | ppl6::CVar | |
CWSTRING enum-Wert | ppl6::CVar | |
CWString() | ppl6::CWString | |
CWString(const char *str) | ppl6::CWString | |
CWString(const wchar_t *str) | ppl6::CWString | |
CWString(const CString *str) | ppl6::CWString | |
CWString(const CString &str) | ppl6::CWString | |
CWString(const CWString *str) | ppl6::CWString | |
CWString(const CWString &str) | ppl6::CWString | |
CWString(const std::wstring &str) | ppl6::CWString | |
CWString(const wchar_t c) | ppl6::CWString | |
DataType() const | ppl6::CVar | |
Delete(int pos, int num) | ppl6::CWString | |
extbuffer | ppl6::CWString | private |
extbuffersize | ppl6::CWString | private |
extencoding | ppl6::CWString | private |
Find(const char *str, int pos) const | ppl6::CWString | |
Find(const CWString &search, int pos) const | ppl6::CWString | |
GetBuffer() const | ppl6::CWString | |
GetChar(int pos) const | ppl6::CWString | |
GetMatch(int index) const | ppl6::CWString | |
GetMD5() const | ppl6::CWString | |
GetPtr() | ppl6::CWString | |
GetWPtr() const | ppl6::CWString | |
HexDump() const | ppl6::CWString | |
HexDump(const void *buffer, int bytes, bool skipheader=false) | ppl6::CWString | |
iconvexport | ppl6::CWString | private |
iconvimport | ppl6::CWString | private |
Import(const char *encoding, void *buffer, int bytes=-1) | ppl6::CWString | |
ImportBuffer(wchar_t *buffer, size_t bytes) | ppl6::CWString | |
Init() | ppl6::CWString | private |
InitExportEncoding(const char *encoding) | ppl6::CWString | private |
InitImportEncoding(const char *encoding) | ppl6::CWString | private |
InsertChar(wchar_t c, int pos) | ppl6::CWString | |
Instr(const char *str, int pos=0) const | ppl6::CWString | |
Instr(const wchar_t *str, int pos=0) const | ppl6::CWString | |
Instr(const CWString &str, int pos=0) const | ppl6::CWString | |
Instr(const CString &str, int pos=0) const | ppl6::CWString | |
IsEmpty() const | ppl6::CWString | |
IsFalse() const | ppl6::CWString | |
IsInteger() const | ppl6::CWString | |
IsNumeric() const | ppl6::CWString | |
IsTrue() const | ppl6::CWString | |
IsType(int type) const | ppl6::CVar | |
LCase() | ppl6::CWString | |
Left(int len) const | ppl6::CWString | |
len | ppl6::CWString | private |
Len() const | ppl6::CWString | |
Length() const | ppl6::CWString | |
LTrim() | ppl6::CWString | |
LTrim(wchar_t c) | ppl6::CWString | |
LTrim(const char *str) | ppl6::CWString | |
matches | ppl6::CWString | private |
MD5(CWString &str) | ppl6::CWString | |
MD5(const char *str, int size=-1) | ppl6::CWString | |
MD5() | ppl6::CWString | |
Mid(int start, int len=-1) const | ppl6::CWString | |
NotEmpty() const | ppl6::CWString | |
operator const char *() | ppl6::CWString | |
operator const wchar_t *() const | ppl6::CWString | |
operator int() const | ppl6::CWString | |
operator unsigned int() const | ppl6::CWString | |
operator!=(const CWString &str) const | ppl6::CWString | |
operator+=(const char *str) | ppl6::CWString | |
operator+=(const wchar_t *str) | ppl6::CWString | |
operator+=(const wchar_t c) | ppl6::CWString | |
operator+=(const CWString &str) | ppl6::CWString | |
operator+=(const CString &str) | ppl6::CWString | |
operator<(const CWString &str) const | ppl6::CWString | |
operator<=(const CWString &str) const | ppl6::CWString | |
operator=(char *str) | ppl6::CWString | |
operator=(const char *str) | ppl6::CWString | |
operator=(const CWString &str) | ppl6::CWString | |
operator=(const CWString *str) | ppl6::CWString | |
operator=(const CString &str) | ppl6::CWString | |
operator=(const CString *str) | ppl6::CWString | |
operator=(const CBinary &str) | ppl6::CWString | |
operator=(const wchar_t c) | ppl6::CWString | |
operator=(const wchar_t *str) | ppl6::CWString | |
ppl6::CVar::operator=(const CVar &var) | ppl6::CVar | |
operator==(const CWString &str) const | ppl6::CWString | |
operator>(const CWString &str) const | ppl6::CWString | |
operator>=(const CWString &str) const | ppl6::CWString | |
operator[](int pos) | ppl6::CWString | |
PPLDataType enum-Bezeichner | ppl6::CVar | |
PregEscape() | ppl6::CWString | |
PregMatch(const char *expression, CArray *res=NULL) | ppl6::CWString | |
PregReplace(const char *expression, const char *replace, int maxreplace=0) | ppl6::CWString | |
PregReplace(const char *expression, CString &replace, int maxreplace=0) | ppl6::CWString | |
PregReplace(const char *expression, CWString &replace, int maxreplace=0) | ppl6::CWString | |
Print(bool attach_newline=false) const | ppl6::CWString | |
ReCalcLen() | ppl6::CWString | private |
Repeat(int num) | ppl6::CWString | |
Repeat(const char *str, int num) | ppl6::CWString | |
Repeat(const wchar_t *str, int num) | ppl6::CWString | |
Repeat(const wchar_t ascii, int num) | ppl6::CWString | |
Repeat(const CWString &str, int num) | ppl6::CWString | |
Repeat(const CString &str, int num) | ppl6::CWString | |
Replace(const char *str, const char *byStr) | ppl6::CWString | |
Replace(const CWString &str, const CWString &byStr) | ppl6::CWString | |
ReplaceLetterList(const CWString &letters, wchar_t replacement) | ppl6::CWString | |
Reserve(int chars) | ppl6::CWString | |
Right(int len) const | ppl6::CWString | |
RTrim() | ppl6::CWString | |
RTrim(wchar_t c) | ppl6::CWString | |
RTrim(const char *str) | ppl6::CWString | |
Set(const char *text, int size=-1) | ppl6::CWString | |
Set(const wchar_t *text, int size=-1) | ppl6::CWString | |
Set(const CString *str, int size=-1) | ppl6::CWString | |
Set(const CString &str, int size=-1) | ppl6::CWString | |
Set(const CWString *str, int chars=-1) | ppl6::CWString | |
Set(const CWString &str, int chars=-1) | ppl6::CWString | |
SetChar(wchar_t c) | ppl6::CWString | |
SetChar(wchar_t c, int pos) | ppl6::CWString | |
SetExtEncoding(const char *encoding) | ppl6::CWString | |
Setf(const char *fmt,...) | ppl6::CWString | |
Setf(const wchar_t *fmt,...) | ppl6::CWString | |
Shl(wchar_t c, int size) | ppl6::CWString | |
Shr(wchar_t c, int size) | ppl6::CWString | |
Size() const | ppl6::CWString | |
Sprintf(const char *fmt,...) | ppl6::CWString | |
StrCaseCmp(const char *str, int size=0) const | ppl6::CWString | |
StrCaseCmp(const wchar_t *str, int size=0) const | ppl6::CWString | |
StrCaseCmp(const CString &str, int size=0) const | ppl6::CWString | |
StrCaseCmp(const CWString &str, int size=0) const | ppl6::CWString | |
StrCmp(const char *str, int size=0) const | ppl6::CWString | |
StrCmp(const wchar_t *str, int size=0) const | ppl6::CWString | |
StrCmp(const CString &str, int size=0) const | ppl6::CWString | |
StrCmp(const CWString &str, int size=0) const | ppl6::CWString | |
Strcpy(const char *str) | ppl6::CWString | |
StripSlashes() | ppl6::CWString | |
Strncpy(const char *str, int size) | ppl6::CWString | |
SubStr(int start, int len=-1) const | ppl6::CWString | |
ToBool() const | ppl6::CWString | |
ToCBinary() const | ppl6::CWString | |
ToCString() const | ppl6::CWString | |
ToDouble() const | ppl6::CWString | |
ToFloat() const | ppl6::CWString | |
ToInt() const | ppl6::CWString | |
ToInt64() const | ppl6::CWString | |
ToLong() const | ppl6::CWString | |
ToLongLong() const | ppl6::CWString | |
ToUInt() const | ppl6::CWString | |
ToUInt64() const | ppl6::CWString | |
Trim() | ppl6::CWString | |
Trim(wchar_t c) | ppl6::CWString | |
Trim(const char *str) | ppl6::CWString | |
TrimL(int chars) | ppl6::CWString | |
TrimR(int chars) | ppl6::CWString | |
type | ppl6::CVar | protected |
UCase() | ppl6::CWString | |
UCWords() | ppl6::CWString | |
UNKNOWN enum-Wert | ppl6::CVar | |
VaSprintf(const char *fmt, va_list args) | ppl6::CWString | |
Vasprintf(const char *fmt, va_list args) | ppl6::CWString | |
~CWString() | ppl6::CWString | |