#include "../api_core.h"
#include <string>
Go to the source code of this file.
|
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) |
|