Files with parsers from formats.
Files | |
| file | userver/formats/parse/common_containers.hpp |
| Parsers and converters for Standard Library containers and std::optional. | |
| file | userver/formats/parse/to.hpp |
| Helper for parsers. | |
| file | userver/formats/parse/common.hpp |
| Parsers and converters for std::chrono::seconds, std::chrono::system_clock::time_point and integral types. | |
| file | userver/formats/parse/boost_optional.hpp |
| Parsers and converters for boost::optional. | |
| file | userver/formats/parse/boost_uuid.hpp |
| boost::uuids::uuid parser for any format | |
| file | userver/formats/parse/boost_variant.hpp |
| Ineffective but generic parser for boost::variant type. | |
| file | userver/formats/parse/time_of_day.hpp |
| utils::datetime::TimeOfDay parser for any format | |
| file | userver/formats/parse/variant.hpp |
| Ineffective but generic parser for std::variant type. | |
| file | userver/logging/level_serialization.hpp |
| Serialization of log levels. | |
| file | userver/ugrpc/proto_json.hpp |
| Utilities for conversion Protobuf -> Json. | |
Classes | |
| struct | formats::parse::To< T > |