, including all inherited members.
| AllocatorGet() |
KString |
[static] |
| AllocatorPurge() |
KString |
[static] |
| AllocatorRelease() |
KString |
[static] |
| Append(const
char *pStr) |
KString |
|
| AppendN(const
char *pStr, size_t pLength) |
KString |
|
| Buffer() |
KString |
[inline] |
| Buffer()
const |
KString |
[inline] |
| Compare(const
char *pStr) const |
KString |
|
| CompareNoCase(const
char *pStr) const |
KString |
|
| ConvertToUnix()
const |
KString |
|
| ConvertToWindows()
const |
KString |
|
| Copy(size_t
pLen, const char *pStr) |
KString |
|
| Create() |
KString |
[static] |
| Create(KString
*pString) |
KString |
[static] |
| Destroy() |
KString |
|
| DestroyIfEmpty(KString
*pString) |
KString |
[static] |
| Empty() |
KString |
|
| Find(char pChar,
size_t pStartPosition=0) const |
KString |
|
| Find(const char
*pStrSub, size_t pStartPosition=0) const |
KString |
|
| FindAndReplace(const
char *pFind, const char *pReplaceBy, size_t pStartPosition=0) |
KString |
|
| FindOneOf(const
char *pStrCharSet, size_t pStartPosition=0) const |
KString |
|
| GetLen()
const |
KString |
[inline] |
| GetToken(int
pTokenIndex, const char *pSpans) const |
KString |
|
| GetTokenCount(const
char *pSpans) const |
KString |
|
| Invalidate() |
KString |
|
| IsEmpty()
const |
KString |
[inline] |
| IsOK()
const |
KString |
[inline] |
| KString() |
KString |
|
| KString(const
KString &pStr) |
KString |
|
| KString(const
char *pStr) |
KString |
|
| KString(char
pChar, size_t pNbRepeat=1) |
KString |
|
| KString(const
char *pCharPtr, size_t pLength) |
KString |
|
| KString(const
int pValue) |
KString |
|
| KString(const
float pValue) |
KString |
|
| KString(const
double pValue) |
KString |
|
| Left(size_t
pCount) const |
KString |
|
| Lower()
const |
KString |
|
| Mid(size_t
pFirst, size_t pCount) const |
KString |
|
| Mid(size_t
pFirst) const |
KString |
|
| operator const char
*() const |
KString |
[inline] |
| operator!=(const
KString &pStr) const |
KString |
|
| operator!=(const
char *pStr) const |
KString |
|
| operator+(const
KString &pKStr1, const KString &pKStr2) |
KString |
[friend] |
| operator+(const
KString &pKStr, char pChar) |
KString |
[friend] |
| operator+(const
KString &pKStr, const char *pStr) |
KString |
[friend] |
| operator+(const
KString &pKStr, int pValue) |
KString |
[friend] |
| operator+(const
KString &pKStr, float pValue) |
KString |
[friend] |
| operator+=(const
KString &pKStr) |
KString |
|
| operator+=(char
pChar) |
KString |
|
| operator+=(const
char *pStr) |
KString |
|
| operator+=(int
pValue) |
KString |
|
| operator+=(float
pValue) |
KString |
|
| operator<(const
KString &pStr) const |
KString |
|
| operator<(const
char *pStr) const |
KString |
|
| operator<=(const
KString &pStr) const |
KString |
|
| operator<=(const
char *pStr) const |
KString |
|
| operator=(const
KString &pStr) |
KString |
|
| operator=(char
pChar) |
KString |
|
| operator=(const
char *pStr) |
KString |
|
| operator=(int
pValue) |
KString |
|
| operator=(float
pValue) |
KString |
|
| operator=(double
pValue) |
KString |
|
| operator==(const
KString &pStr) const |
KString |
|
| operator==(const
char *pStr) const |
KString |
|
| operator>(const
KString &pStr) const |
KString |
|
| operator>(const
char *pStr) const |
KString |
|
| operator>=(const
KString &pStr) const |
KString |
|
| operator>=(const
char *pStr) const |
KString |
|
| operator[](int
pIndex) |
KString |
|
| operator[](int
pIndex) const |
KString |
|
| Pad(PaddingType
pPadding, size_t pLen, char pCar= ' ') const |
KString |
|
| PaddingType enum
name |
KString |
|
| ReplaceAll(char
pFind, char pReplaceBy) |
KString |
|
| Reverse()
const |
KString |
|
| ReverseFind(char
pChar) const |
KString |
|
| Right(size_t
pCount) const |
KString |
|
| StringOrEmpty(KString
*pString) |
KString |
[static] |
| Swap(KString
&pStr) |
KString |
|
| UnPad(PaddingType
pPadding) const |
KString |
|
| Upper()
const |
KString |
|
| ~KString() |
KString |
|