KStr Class Reference

List of all members.

Public Member Functions

 KStr ()
 KStr (KStr &sString)
 KStr (char *pString)
 KStr (const char *pString)
 KStr (s32 Value)
 KStr (float Value)
 KStr (char *pString, const char *pFormat,...)
 ~KStr ()
char * GetpString ()
u32 GetLength ()
void SetpString (char *pString)
void Free ()
KStroperator= (KStr &Str)
KStroperator= (char *pString)
KStroperator= (const char *pString)
KStroperator= (s32 Value)
KStroperator= (float Value)
KStroperator+= (KStr &Str)
KStroperator+= (char *pString)
KStroperator+= (char Char)
KStroperator+= (const char *pString)
KStr operator+ (const char *pString)
KStroperator+= (s32 Value)
KStroperator+= (float Value)
char & operator[] (u32 Index)
 operator const char * ()
 operator char * ()
bool operator== (KStr &Str)
bool operator!= (KStr &Str)

Detailed Description

Definition at line 23 of file Str.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 25 20:02:41 2007 for Zythum Project by  doxygen 1.5.1-p1