userver
C++ Async Framework
Loading...
Searching...
No Matches
yaml_fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/formats/yaml_fwd.hpp
4
/// @brief Forward declarations of formats::yaml 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::
yaml
{
13
14
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
15
class
Value;
16
17
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
18
class
ValueBuilder;
19
20
}
// namespace formats::yaml
21
22
USERVER_NAMESPACE_END
userver
formats
yaml_fwd.hpp
Generated on Wed May 15 2024 22:33:37 for userver by
Doxygen
1.10.0