OGLplus (0.52.0) a C++ wrapper for OpenGL

named_string_type.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_NAMED_STRING_TYPE_1202231207_HPP
14 #define OGLPLUS_NAMED_STRING_TYPE_1202231207_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
25 OGLPLUS_ENUM_CLASS_BEGIN(NamedStringType, GLenum)
26 #include <oglplus/enums/named_string_type.ipp>
27 OGLPLUS_ENUM_CLASS_END(NamedStringType)
28 
29 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
30 #include <oglplus/enums/named_string_type_names.ipp>
31 #endif
32 
33 #if !OGLPLUS_NO_ENUM_VALUE_RANGES
34 #include <oglplus/enums/named_string_type_range.ipp>
35 #endif
36 
37 } // namespace oglplus
38 
39 #endif // include guard
Enumeration-related declarations.
NamedStringType
Enumeration of named string type specifiers.
Definition: named_string_type.hpp:25

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