A helper parser for single map entries of type map<string, ValueParser>.
In the protobuf wire format, a map entry is represented as a submessage with a string key (tag = 1) and value (tag = 2).
StringMapEntryParser objects should be created from Message::AsStringMap().message.h are deprecated. Public Member Functions | |
| bool | ok () |
| Status | status () |
| StringMapEntryParser (Status status) | |
| StringMapEntryParser (stream::IntervalReader reader) | |
| String | Key () |
| ValueParser | Value () |