Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Defines | Functions

/home/master/UCL/VisualizationLibrary/src/vlCore/String.hpp File Reference

#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 Documentation

#define VL_PLATFORM_DEFAULT_ENCODING   SE_UTF8

Definition at line 43 of file String.hpp.


Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:04.
Permission is granted to use this page to write and publish articles regarding Visualization Library.