#include "../api_core.h"#include <string>

Go to the source code of this file.
Classes | |
| class | CL_StringData8 |
| String data class for 8 bit data. More... | |
Functions | |
| CL_API_CORE bool | operator!= (const CL_StringData8 &s1, const CL_StringData8 &s2) |
| CL_API_CORE bool | operator!= (const char *s1, const CL_StringData8 &s2) |
| CL_API_CORE bool | operator!= (const CL_StringData8 &s1, const char *s2) |
| CL_API_CORE bool | operator< (const char *s1, const CL_StringData8 &s2) |
| CL_API_CORE bool | operator< (const CL_StringData8 &s1, const char *s2) |
| CL_API_CORE bool | operator< (const CL_StringData8 &s1, const CL_StringData8 &s2) |
| CL_API_CORE bool | operator== (const char *s1, const CL_StringData8 &s2) |
| CL_API_CORE bool | operator== (const CL_StringData8 &s1, const CL_StringData8 &s2) |
| CL_API_CORE bool | operator== (const CL_StringData8 &s1, const char *s2) |
| CL_API_CORE bool | operator> (const CL_StringData8 &s1, const char *s2) |
| CL_API_CORE bool | operator> (const char *s1, const CL_StringData8 &s2) |
| CL_API_CORE bool | operator> (const CL_StringData8 &s1, const CL_StringData8 &s2) |
1.7.1