C/C++ API Reference
Loading...
Searching...
No Matches
pw::protobuf::StringMapEntryParser< ValueParser > Class Template Reference

Overview

template<typename ValueParser>
class pw::protobuf::StringMapEntryParser< ValueParser >

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).

Note
For normal uses, StringMapEntryParser objects should be created from Message::AsStringMap().
Deprecated:
All APIs from message.h are deprecated.

Public Member Functions

bool ok ()
 
Status status ()
 
 StringMapEntryParser (Status status)
 
 StringMapEntryParser (stream::IntervalReader reader)
 
String Key ()
 
ValueParser Value ()
 

The documentation for this class was generated from the following file: