Non-mutable YAML value representation. More...
#include <type_traits>#include <userver/formats/common/items.hpp>#include <userver/formats/common/meta.hpp>#include <userver/formats/parse/common.hpp>#include <userver/formats/yaml/exception.hpp>#include <userver/formats/yaml/iterator.hpp>#include <userver/formats/yaml/types.hpp>#include <userver/utils/fast_pimpl.hpp>
Include dependency graph for value.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | formats::yaml::Value |
| Non-mutable YAML value representation. More... | |
| struct | formats::yaml::Value::IterTraits |
| struct | formats::yaml::Value::DefaultConstructed |
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::yaml |
| YAML support. | |
| namespace | formats::literals |
Functions | |
| template<> | |
| std::string | formats::yaml::Value::As< std::string > () const |
| yaml::Value | formats::literals::operator""_yaml (const char *str, std::size_t len) |
Non-mutable YAML value representation.
Definition in file value.hpp.