OALplus (0.52.0) a C++ wrapper for OpenAL

string.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OALPLUS_STRING_1303291951_HPP
14 #define OALPLUS_STRING_1303291951_HPP
15 
16 #include <oglplus/string/utf8.hpp>
18 #include <oglplus/string/empty.hpp>
19 
20 namespace oalplus {
21 
23 
26 typedef ::std::basic_string<ALchar> String;
27 
29 
32 typedef ::oglplus::StrCRefTpl<ALchar> StrCRef;
33 
34 using oglplus::EmptyStdString;
35 
36 } // namespace oalplus
37 
38 #endif // include guard
::oglplus::StrCRefTpl< ALchar > StrCRef
String const reference wrapper.
Definition: string.hpp:32
::std::basic_string< ALchar > String
String class.
Definition: string.hpp:26

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