OGLplus
(0.52.0)
a C++ wrapper for
OpenGL
Tweet
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
include
oglplus
string
def.hpp
Go to the documentation of this file.
1
12
#pragma once
13
#ifndef OGLPLUS_STRING_DEF_1107121519_HPP
14
#define OGLPLUS_STRING_DEF_1107121519_HPP
15
16
#include <string>
17
18
namespace
oglplus {
19
26
30
bool
ValidString
(
const
char
* begin,
const
char
* end);
31
33
36
typedef ::std::basic_string<GLchar>
String
;
37
38
const
String
& EmptyString(
void
);
39
40
}
// namespace oglplus
41
42
#if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY)
43
#include <oglplus/string/def.ipp>
44
#endif
45
46
#endif // include guard
oglplus::String
::std::basic_string< GLchar > String
String class.
Definition:
def.hpp:36
oglplus::ValidString
bool ValidString(const char *begin, const char *end)
Checks if the range between begin and end is valid UTF-8 sequence.
Copyright © 2010-2014
Matúš Chochlík
,
University of Žilina
, Žilina, Slovakia.
<
matus.chochlik -at- fri.uniza.sk
>
<
chochlik -at -gmail.com
>
Documentation generated on Mon Sep 22 2014 by
Doxygen
(version 1.8.6).