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

Detailed Description

Forward declarations of the internal YAML types.

Definition in file types.hpp.

Go to the source code of this file.

#include <type_traits>
#include <userver/utils/void_t.hpp>
#include <userver/formats/common/path.hpp>
#include <userver/formats/common/type.hpp>
+ This graph shows which files directly or indirectly include this file:

Classes

class  formats::yaml::Path
 

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::yaml
 YAML support.
 

Typedefs

using YAML::iterator = detail::iterator_base<detail::iterator_value>
 
using YAML::const_iterator = detail::iterator_base<const detail::iterator_value>
 

Enumerations

enum class  formats::yaml::Type
 Common enum of types. More...
 

Typedef Documentation

◆ const_iterator

using YAML::const_iterator = detail::iterator_base<const detail::iterator_value>

Definition at line 22 of file types.hpp.

◆ iterator

using YAML::iterator = detail::iterator_base<detail::iterator_value>

Definition at line 21 of file types.hpp.