#include <string>#include "string_data.h"#include "string_reference.h"#include "string_container.h"#include "temp_string_container.h"Go to the source code of this file.
Defines | |
| #define | cl_text(a) a |
Typedefs | |
| typedef CL_StringReference< char, std::string > | CL_StringRef8 |
| typedef CL_StringReference< wchar_t, std::wstring > | CL_StringRef16 |
| typedef CL_StringContainer< char, CL_StringRef8, std::string > | CL_String8 |
| typedef CL_StringContainer< wchar_t, CL_StringRef16, std::wstring > | CL_String16 |
| typedef CL_TempStringContainer< char, CL_StringRef8, std::string > | CL_TempString8 |
| typedef CL_TempStringContainer< wchar_t, CL_StringRef16, std::wstring > | CL_TempString16 |
| typedef CL_StringRef8 | CL_StringRef |
| typedef CL_String8 | CL_String |
| typedef CL_TempString8 | CL_TempString |
1.4.6