OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
Related Functions
o
Files
File List
File Members
All
Macros
Examples
eagine
value_tree
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
eagine::main_ctx_parent
const main_ctx_object_parent_info & main_ctx_parent
Alias for main_ctx_object_parent_info parameter type.
Definition:
main_ctx_fwd.hpp:24
eagine::string_view
basic_string_span< const char > string_view
Alias for const string views.
Definition:
string_span.hpp:116
wrappers.hpp
eagine::valtree::from_json_text
auto from_json_text(string_view, main_ctx_parent) -> compound
Creates a compound from a JSON text string view.
eagine::valtree
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).