userver
C++ Async Framework
Loading...
Searching...
No Matches
json_fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/formats/json_fwd.hpp
4
/// @brief Forward declarations of formats::json types, formats::parse::To and
5
/// formats::serialize::To.
6
7
#
include
<
userver
/
formats
/
parse
/
to
.
hpp
>
8
#
include
<
userver
/
formats
/
serialize
/
to
.
hpp
>
9
10
USERVER_NAMESPACE_BEGIN
11
12
namespace
formats::
json
{
13
14
class
StringBuilder;
15
16
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
17
class
Value;
18
19
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
20
class
ValueBuilder;
21
22
}
// namespace formats::json
23
24
USERVER_NAMESPACE_END
userver
formats
json_fwd.hpp
Generated on Wed May 15 2024 22:32:42 for userver by
Doxygen
1.10.0