PPL6-Icon Patrick's Programming Library Version 6.4.21 - Dokumentation
ppl6::CString Elementverzeichnis

Vollständige Aufstellung aller Elemente für ppl6::CString einschließlich aller geerbten Elemente.

Add(const char *str, int bytes=-1)ppl6::CString
AddChar(char c)ppl6::CString
bufferppl6::CStringprivate
buffersizeppl6::CStringprivate
Capacity() const ppl6::CString
CARRAY enum-Wertppl6::CVar
CASSOCARRAY enum-Wertppl6::CVar
CBINARY enum-Wertppl6::CVar
CBOOL enum-Wertppl6::CVar
CDATETIME enum-Wertppl6::CVar
Chomp()ppl6::CString
Chop(int chars=1)ppl6::CString
CINT enum-Wertppl6::CVar
Clear()ppl6::CString
Concat(const char *text, int bytes=-1)ppl6::CString
Concat(CString &str, int bytes=-1)ppl6::CString
Concatf(const char *fmt,...)ppl6::CString
Copy(const char *str, int bytes=-1)ppl6::CString
Copy(CString &str, int bytes=-1)ppl6::CString
CString()ppl6::CString
CString(const char *str)ppl6::CString
CString(const wchar_t *str)ppl6::CString
CString(CString *str)ppl6::CString
CString(const CString &str)ppl6::CString
CString(const std::string &str)ppl6::CString
CString(const CWString &str)ppl6::CString
CString(const CBinary &bin)ppl6::CString
CSTRING enum-Wertppl6::CVar
Cut(int position)ppl6::CString
Cut(const char *letter)ppl6::CString
CVar()ppl6::CVar
CVar(const CVar &copy)ppl6::CVar
CWSTRING enum-Wertppl6::CVar
DataType() const ppl6::CVar
Find(const char *str, int pos) const ppl6::CString
Get(int pos) const ppl6::CString
GetMatch(int index) const ppl6::CString
GetMD5() const ppl6::CString
GetPtr() const ppl6::CString
HexDump() const ppl6::CString
HexDump(const void *buffer, ppldd bytes, bool skipheader=false)ppl6::CString
ImportBuffer(char *buffer, size_t bytes)ppl6::CString
Init()ppl6::CStringprivate
Instr(const char *str, int pos=0) const ppl6::CString
Instr(const CString &str, int pos=0) const ppl6::CString
InstrCase(const CString &str, int pos=0) const ppl6::CString
IsEmpty() const ppl6::CString
IsFalse() const ppl6::CString
IsInteger() const ppl6::CString
IsNumeric() const ppl6::CString
IsTrue() const ppl6::CString
IsType(int type) const ppl6::CVar
LCase()ppl6::CString
Left(ppluint32 len) const ppl6::CString
Len() const ppl6::CString
lenppl6::CStringprivate
Length() const ppl6::CString
LTrim()ppl6::CString
LTrim(const char *str)ppl6::CString
matchesppl6::CStringprivate
MD5(const CString &str)ppl6::CString
MD5(const char *str)ppl6::CString
MD5(const char *buffer, int size)ppl6::CString
MD5()ppl6::CString
Mid(ppluint32 start, ppluint32 len=0xffffffff) const ppl6::CString
NotEmpty() const ppl6::CString
operator bool() const ppl6::CString
operator const char *() const ppl6::CString
operator int() const ppl6::CString
operator unsigned int() const ppl6::CString
operator!=(const char *str) const ppl6::CString
operator!=(const CString &str) const ppl6::CString
operator+=(const char *str)ppl6::CString
operator+=(int c)ppl6::CString
operator+=(const CString &str)ppl6::CString
operator<(const char *str) const ppl6::CString
operator<(const CString &str) const ppl6::CString
operator<=(const char *str) const ppl6::CString
operator<=(const CString &str) const ppl6::CString
operator=(char *str)ppl6::CString
operator=(const char *str)ppl6::CString
operator=(const wchar_t *str)ppl6::CString
operator=(const CString *str)ppl6::CString
operator=(const std::string &str)ppl6::CString
operator=(const CString &str)ppl6::CString
operator=(const CWString &str)ppl6::CString
operator=(const CBinary &str)ppl6::CString
ppl6::CVar::operator=(const CVar &var)ppl6::CVar
operator==(const char *str) const ppl6::CString
operator==(const CString &str) const ppl6::CString
operator>(const char *str) const ppl6::CString
operator>(const CString &str) const ppl6::CString
operator>=(const char *str) const ppl6::CString
operator>=(const CString &str) const ppl6::CString
operator[](int pos) const ppl6::CString
PPLDataType enum-Bezeichnerppl6::CVar
PregEscape()ppl6::CString
PregMatch(const char *expression, CArray *res=NULL)ppl6::CString
PregMatch(const CString &expression, CArray &res) const ppl6::CString
PregReplace(const char *expression, const char *replace, int maxreplace=0)ppl6::CString
PregReplace(const char *expression, CString &replace, int maxreplace=0)ppl6::CString
Print(bool attach_newline=false) const ppl6::CString
ReCalcLen()ppl6::CStringprivate
Repeat(int num)ppl6::CString
Repeat(const char *str, int num)ppl6::CString
Repeat(char ascii, int num)ppl6::CString
Repeat(const CString &str, int num)ppl6::CString
Replace(const char *str, const char *byStr)ppl6::CString
Reserve(ppluint32 size)ppl6::CString
Right(ppluint32 len) const ppl6::CString
RTrim()ppl6::CString
RTrim(const char *str)ppl6::CString
Set(const char *text, int bytes=-1)ppl6::CString
Set(const CString *str, int bytes=-1)ppl6::CString
Set(const CString &str, int bytes=-1)ppl6::CString
Set(const CWString &str, int size=-1)ppl6::CString
Set(const std::string &str, int bytes=-1)ppl6::CString
Set(const std::wstring &str, int size=-1)ppl6::CString
Set(const wchar_t *str, int size=-1)ppl6::CString
SetChar(char c)ppl6::CString
SetChar(char c, int pos)ppl6::CString
Setf(const char *fmt,...)ppl6::CString
setInitialBuffersize(ppluint32 size)ppl6::CStringstatic
Shl(char c, int size)ppl6::CString
Shr(char c, int size)ppl6::CString
Size() const ppl6::CString
Sprintf(const char *fmt,...)ppl6::CString
StrCaseCmp(const char *str, int size=0) const ppl6::CString
StrCaseCmp(const CString &str, int size=0) const ppl6::CString
StrCmp(const char *str, int size=0) const ppl6::CString
StrCmp(const CString &str, int size=0) const ppl6::CString
Strcpy(const CString &str)ppl6::CString
Strcpy(const char *str)ppl6::CString
StripSlashes()ppl6::CString
Strncpy(const char *str, size_t bytes)ppl6::CString
Strncpy(const CString &str, size_t bytes)ppl6::CString
SubStr(ppluint32 start, ppluint32 len=0xffffffff) const ppl6::CString
ToBool() const ppl6::CString
ToDouble() const ppl6::CString
ToFloat() const ppl6::CString
ToInt() const ppl6::CString
ToInt64() const ppl6::CString
ToLong() const ppl6::CString
ToLongLong() const ppl6::CString
Transcode(const char *fromcharset, const char *tocharset="UTF-8")ppl6::CString
Transcode(const char *fromcharset, const char *tocharset, CBinary &Target) const ppl6::CString
TranscodeText(const CString &text, const char *fromcharset, const char *tocharset="UTF-8")ppl6::CString
TranscodeText(const char *text, const char *fromcharset, const char *tocharset="UTF-8")ppl6::CString
TranscodeText(const char *text, int size, const char *fromcharset, const char *tocharset="UTF-8")ppl6::CString
Trim()ppl6::CString
Trim(const char *str)ppl6::CString
TrimL(ppluint32 chars)ppl6::CString
TrimR(ppluint32 chars)ppl6::CString
typeppl6::CVarprotected
UCase()ppl6::CString
UCWords()ppl6::CString
UNKNOWN enum-Wertppl6::CVar
Vasprintf(const char *fmt, va_list args)ppl6::CString
VaSprintf(const char *fmt, va_list args)ppl6::CString
~CString()ppl6::CString