userver: userver/formats/yaml/value.hpp File Reference
Loading...
Searching...
No Matches
value.hpp File Reference

Detailed Description

Non-mutable YAML value representation.

Definition in file value.hpp.

Go to the source code of this file.

+ Include dependency graph for value.hpp:
+ This graph shows which files directly or indirectly include 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

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)