userver: userver/formats/yaml.hpp Source File
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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