44 KeyValue(std::string &&key, std::string &&value);
76 typedef std::shared_ptr<KeyValueImpl> KeyValueImplPtr;
77 KeyValue(KeyValueImplPtr keyValueImplPtr);
78 KeyValueImplPtr impl_;
80 friend class MessageBuilder;
size_t getValueLength() const
std::string getKey() const
const void * getValue() const
std::string getValueAsString() const
KeyValue(std::string &&key, std::string &&value)
Definition Authentication.h:31