OGLplus  (0.59.0) a C++ wrapper for rendering APIs

tags.hpp
Go to the documentation of this file.
1 
9 #ifndef EAGINE_TAGS_HPP
10 #define EAGINE_TAGS_HPP
11 
12 #include "identifier.hpp"
13 
14 namespace eagine {
15 
16 using application_config_tag = EAGINE_TAG_TYPE(AppConfig);
17 using value_tree_tag = EAGINE_TAG_TYPE(ValueTree);
18 
19 } // namespace eagine
20 
21 #endif // EAGINE_TAGS_HPP
Common code is placed in this namespace.
Definition: eagine.hpp:21
#define EAGINE_TAG_TYPE(NAME)
Macro for defining selector types corresponding to identifier NAME.
Definition: identifier.hpp:367

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).