EGLplus (0.52.0) a C++ wrapper for EGL

string.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef EGLPLUS_STRING_1303291951_HPP
14 #define EGLPLUS_STRING_1303291951_HPP
15 
17 #include <string>
18 
19 namespace eglplus {
20 
22 
25 typedef ::std::basic_string<char> String;
26 
28 
31 typedef ::oglplus::StrCRefTpl<char> StrCRef;
32 
33 } // namespace eglplus
34 
35 #endif // include guard
::std::basic_string< char > String
String class.
Definition: string.hpp:25
::oglplus::StrCRefTpl< char > StrCRef
String const reference wrapper.
Definition: string.hpp:31

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).