K3dString.h File Reference

#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 K3dStringoperator+ (const K3dString &_rstr1, const K3dString &_rstr2)
 Returns a string which is the result of concatenating the string s1 and string s2.
const K3dStringoperator+ (const char *_str1, const K3dString &_rstr2)
 Returns a string which is the result of concatenating the string s1 and string s2.
const K3dStringoperator+ (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


Detailed Description

Work with strigs

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 Documentation

typedef std::string TString

Definition at line 44 of file K3dString.h.

typedef std::stringstream TStrStream

Definition at line 45 of file K3dString.h.


Function Documentation

const K3dString& operator+ ( const K3dString _rstr1,
const char *  _str2 
) [inline]

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().

const K3dString& operator+ ( const char *  _str1,
const K3dString _rstr2 
) [inline]

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().

const K3dString& operator+ ( const K3dString _rstr1,
const K3dString _rstr2 
) [inline]

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().


Variable Documentation

K3dString g_K3dString [static]

Definition at line 357 of file K3dString.h.

Referenced by operator+().


Generated on Thu Aug 16 23:53:30 2007 for K3dEngine by  doxygen 1.5.0