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