EGLplus (0.52.0) a C++ wrapper for EGL

lib.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef EGLPLUS_LIB_1306020632_HPP
14 #define EGLPLUS_LIB_1306020632_HPP
15 
16 #ifndef EGLPLUS_IMPLEMENTING_LIBRARY
17 #define EGLPLUS_IMPLEMENTING_LIBRARY 1
18 #endif
19 
20 #include <eglplus/config.hpp>
21 #include <eglplus/string.hpp>
22 #include <eglplus/fwd.hpp>
23 
24 #include <eglplus/error/basic.hpp>
25 #include <eglplus/configs.hpp>
26 
27 #include <eglplus/detail/base_range.hpp>
28 #include <eglplus/detail/enum_class.hpp>
29 
30 namespace eglplus {
31 
32 // EnumValueName implementations
33 #include <eglplus/lib/enum_value_name.ipp>
34 // EnumValueRange implementations
35 #include <eglplus/lib/enum_value_range.ipp>
36 
37 } // namespace eglplus
38 
39 #undef EGLPLUS_IMPLEMENTING_LIBRARY
40 
41 #endif // include guard
EGL configurations.
Forward declarations.
Compile-time configuration options.
String-related typedefs.

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