Non-mutable YAML value representation.
Definition in file value.hpp.
Go to the source code of this file.
#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>
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 | |
bool | formats::yaml::Parse (const Value &value, parse::To< bool >) |
int64_t | formats::yaml::Parse (const Value &value, parse::To< int64_t >) |
uint64_t | formats::yaml::Parse (const Value &value, parse::To< uint64_t >) |
double | formats::yaml::Parse (const Value &value, parse::To< double >) |
std::string | formats::yaml::Parse (const Value &value, parse::To< std::string >) |
yaml::Value | formats::literals::operator""_yaml (const char *str, std::size_t len) |