|
| | any.hpp |
| | Class to access google.protobuf.Any stored message as a struct.
|
| |
| | convert.hpp |
| | Functions for protobuf message to/from struct conversion.
|
| |
| | exceptions.hpp |
| | Exceptions thrown by the library.
|
| |
| | fwd.hpp |
| | Forward declarations of types in userver proto-structs library.
|
| |
| | hash_map.hpp |
| | The hash map container used in userver proto structs by default.
|
| |
| | oneof.hpp |
| | Contains type to represent oneof protobuf message fields in a struct.
|
| |
| | type_mapping.hpp |
| | Concepts and traits for checking struct and protobuf message compatability.
|
| |