Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/vlnamespace.hpp>
#include <vlCore/Object.hpp>
#include <vector>
#include <string.h>
Go to the source code of this file.
Classes | |
class | vl::String |
The String class implements an advanced UTF16 (Unicode BMP) string manipulation engine. More... | |
class | vl::String::StringData |
Namespaces | |
namespace | vl |
Visualization Library namespace. | |
Defines | |
#define | VL_PLATFORM_DEFAULT_ENCODING SE_UTF8 |
Functions | |
String | vl::operator+ (const wchar_t *pstr, const String &str) |
String | vl::operator+ (const char *pstr, const String &str) |
String | vl::operator+ (wchar_t ch, const String &str) |
String | vl::operator+ (char ch, const String &str) |
#define VL_PLATFORM_DEFAULT_ENCODING SE_UTF8 |
Definition at line 43 of file String.hpp.