userver: userver/formats/yaml.hpp Source File
Loading...
Searching...
No Matches
yaml.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/formats/yaml.hpp
4/// @brief Include-all header for YAML support
5/// @ingroup userver_universal
6
7#include <userver/formats/yaml/exception.hpp>
8#include <userver/formats/yaml/iterator.hpp>
9#include <userver/formats/yaml/serialize.hpp>
10#include <userver/formats/yaml/types.hpp>
11#include <userver/formats/yaml/value.hpp>
12#include <userver/formats/yaml/value_builder.hpp>
13
14USERVER_NAMESPACE_BEGIN
15
16/// YAML support
17namespace formats::yaml {}
18
19USERVER_NAMESPACE_END