Definition in file kstring.h.
#include <fbxfilesdk/fbxfilesdk_def.h>
#include <fbxfilesdk/components/kbaselib/klib/kdebug.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include <fbxfilesdk/fbxfilesdk_nsend.h>
Go to the source code of this file.
Classes |
|
class | KString |
Utility class to manipulate strings.
More... |
|
class | KStringCompare |
Functor class to compare KString, and is suitable
for use in KMap. More... |
|
class | KCharCompare |
Functor class to compare "C" strings.
More... |
|
Functions |
|
KFBX_INCOMPATIBLE_WITH_KARRAYTEMPLATE (KString) | |
KFBX_DLL KString | operator+ (const KString &pKStr1, const KString &pKStr2) |
KString concatenation.
|
|
KFBX_DLL KString | operator+ (const KString &pKStr, char pChar) |
Character concatenation. |
|
KFBX_DLL KString | operator+ (const KString &pKStr, const char *pStr) |
String concatenation. |
|
KFBX_DLL KString | operator+ (const KString &pKStr, int pValue) |
Integer concatenation. |
|
KFBX_DLL KString | operator+ (const KString &pKStr, float pValue) |
Float concatenation. |
|
KFBX_DLL KString | operator+ (const KString &pKStr, double pValue) |
Double concatenation. |
|
void | RemoveChar (KString &pString, char lToRemove) |
Remove the given char in the given string.
|
KFBX_INCOMPATIBLE_WITH_KARRAYTEMPLATE | ( | KString | ) |
void RemoveChar | ( | KString & | pString, | |
char | lToRemove | |||
) | [inline] |
Remove the given char in the given string.
pString | The given string. | |
lToRemove | The given char ought to be removed. |
Definition at line 512 of file kstring.h.
References KString::Left(), KString::Mid(), and KString::ReverseFind().