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

Go to the source code of this file.

Classes

class  CL_StringData16
 String data class for 16 bit data. More...
 

Functions

CL_API_CORE bool operator!= (const CL_StringData16 &s1, const CL_StringData16 &s2)
 
CL_API_CORE bool operator!= (const wchar_t *s1, const CL_StringData16 &s2)
 
CL_API_CORE bool operator!= (const CL_StringData16 &s1, const wchar_t *s2)
 
CL_API_CORE bool operator< (const CL_StringData16 &s1, const CL_StringData16 &s2)
 
CL_API_CORE bool operator< (const wchar_t *s1, const CL_StringData16 &s2)
 
CL_API_CORE bool operator< (const CL_StringData16 &s1, const wchar_t *s2)
 
CL_API_CORE bool operator== (const CL_StringData16 &s1, const CL_StringData16 &s2)
 
CL_API_CORE bool operator== (const wchar_t *s1, const CL_StringData16 &s2)
 
CL_API_CORE bool operator== (const CL_StringData16 &s1, const wchar_t *s2)
 
CL_API_CORE bool operator> (const CL_StringData16 &s1, const CL_StringData16 &s2)
 
CL_API_CORE bool operator> (const wchar_t *s1, const CL_StringData16 &s2)
 
CL_API_CORE bool operator> (const CL_StringData16 &s1, const wchar_t *s2)