#include <iostream>
#include <string>
#include <sstream>
#include <algorithm>
Go to the source code of this file.
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 |
K3dEngine - OpenGL Game Engine http://sourceforge.net/projects/kengine/
05.09.13 - First version 06.03.13 - First linux version 07.04.12 - I add "Left, Right, GetStrTok" functions
Definition in file K3dString.h.
typedef std::string TString |
Definition at line 44 of file K3dString.h.
typedef std::stringstream TStrStream |
Definition at line 45 of file K3dString.h.
Returns a string which is the result of concatenating the string s1 and string s2.
Definition at line 379 of file K3dString.h.
References g_K3dString, and K3dString::GetString().
Returns a string which is the result of concatenating the string s1 and string s2.
Definition at line 370 of file K3dString.h.
References g_K3dString, and K3dString::GetString().
Returns a string which is the result of concatenating the string s1 and string s2.
Definition at line 360 of file K3dString.h.
References g_K3dString, and K3dString::GetString().
K3dString g_K3dString [static] |