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

json.hpp
Go to the documentation of this file.
1 
9 #ifndef EAGINE_VALUE_TREE_JSON_HPP
10 #define EAGINE_VALUE_TREE_JSON_HPP
11 
12 #include "../config/basic.hpp"
13 #include "../main_ctx_fwd.hpp"
14 #include "wrappers.hpp"
15 
16 namespace eagine::valtree {
17 //------------------------------------------------------------------------------
20 auto from_json_text(string_view, main_ctx_parent) -> compound;
21 //------------------------------------------------------------------------------
22 } // namespace eagine::valtree
23 
24 #if !EAGINE_LINK_LIBRARY || defined(EAGINE_IMPLEMENTING_LIBRARY)
25 #include <eagine/value_tree/json.inl>
26 #endif
27 
28 #endif // EAGINE_VALUE_TREE_JSON_HPP
const main_ctx_object_parent_info & main_ctx_parent
Alias for main_ctx_object_parent_info parameter type.
Definition: main_ctx_fwd.hpp:24
basic_string_span< const char > string_view
Alias for const string views.
Definition: string_span.hpp:116
auto from_json_text(string_view, main_ctx_parent) -> compound
Creates a compound from a JSON text string view.
Value-tree code is placed in this namespace.
Definition: eagine.hpp:53

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