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... | |
| using YAML::const_iterator = detail::iterator_base<const detail::iterator_value> |