ClanLib  2.3.7
Classes | Functions
string8.h File Reference
#include "../api_core.h"
#include "string_data8.h"
Include dependency graph for string8.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CL_String8
 String container template. More...
 

Functions

CL_API_CORE CL_String8 operator+ (const CL_StringData8 &s1, const CL_StringData8 &s2)
 
CL_API_CORE CL_String8 operator+ (const char *s1, const CL_StringData8 &s2)
 
CL_API_CORE CL_String8 operator+ (const wchar_t *s1, const CL_StringData8 &s2)
 
CL_API_CORE CL_String8 operator+ (const CL_StringData8 &s1, const char *s2)
 
CL_API_CORE CL_String8 operator+ (const CL_StringData8 &s1, const wchar_t *s2)
 
CL_API_CORE CL_String8 operator+ (char c, const CL_StringData8 &s2)
 
CL_API_CORE CL_String8 operator+ (const CL_StringData8 &s1, char c)