Definition in file kstring.h.
#include <kbaselib_h.h>
#include <kbaselib_nsbegin.h>
#include <kbaselib_nsend.h>
Include dependency graph for kstring.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | KString |
| Utility class to manipulate strings. More... | |
Defines | |
| #define | KStringStaticSize 64 |
Functions | |
| KBASELIB_DLL KString | operator+ (const KString &pKStr1, const KString &pKStr2) |
| KString concatenation. | |
| KBASELIB_DLL KString | operator+ (const KString &pKStr, char pChar) |
| Character concatenation. | |
| KBASELIB_DLL KString | operator+ (const KString &pKStr, const char *pStr) |
| String concatenation. | |
| KBASELIB_DLL KString | operator+ (const KString &pKStr, int pValue) |
| Int concatenation. | |
| KBASELIB_DLL KString | operator+ (const KString &pKStr, float pValue) |
| Float concatenation. | |
| void | StripQuotationMarks (KString &str) |
| void | RemoveChar (KString &pString, char lToRemove) |
KString concatenation.