OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
serialize
fwd.hpp
Go to the documentation of this file.
1
9
#ifndef EAGINE_SERIALIZE_FWD_HPP
10
#define EAGINE_SERIALIZE_FWD_HPP
11
12
namespace
eagine
{
13
//------------------------------------------------------------------------------
14
template
<
typename
T>
15
class
fragment_serialize_wrapper;
16
17
template
<
typename
T>
18
class
fragment_deserialize_wrapper;
19
20
template
<
typename
T>
21
struct
serializer;
22
23
template
<
typename
T>
24
struct
deserializer;
25
//------------------------------------------------------------------------------
26
}
// namespace eagine
27
28
#endif
eagine
Common code is placed in this namespace.
Definition:
eagine.hpp:21
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).