Classes | |
class | K3dToLower |
class | K3dString |
Typedefs | |
typedef std::string | TString |
typedef std::stringstream | TStrStream |
Functions | |
const K3dString & | operator+ (const K3dString &_rstr1, const K3dString &_rstr2) |
Returns a string which is the result of concatenating the string s1 and string s2. | |
const K3dString & | operator+ (const char *_str1, const K3dString &_rstr2) |
Returns a string which is the result of concatenating the string s1 and string s2. | |
const K3dString & | operator+ (const K3dString &_rstr1, const char *_str2) |
Returns a string which is the result of concatenating the string s1 and string s2. | |
Variables | |
static K3dString | g_K3dString |
|
Definition at line 48 of file K3dString.h. |
|
Definition at line 49 of file K3dString.h. |
|
Returns a string which is the result of concatenating the string s1 and string s2.
Definition at line 359 of file K3dString.h. References g_K3dString, and K3d::K3dString::GetString(). |
|
Returns a string which is the result of concatenating the string s1 and string s2.
Definition at line 350 of file K3dString.h. References g_K3dString, and K3d::K3dString::GetString(). |
|
Returns a string which is the result of concatenating the string s1 and string s2.
Definition at line 340 of file K3dString.h. References g_K3dString, and K3d::K3dString::GetString(). |
|
Definition at line 337 of file K3dString.h. Referenced by operator+(). |