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