nx_cloud_storage_sdk
1.0
Cloud Storage SDK
|
Public Member Functions | |
KeyValuePair (const char *jsonStr) | |
KeyValuePair (const nx::kit::Json &json) | |
KeyValuePair (const std::string &name, const std::string &value) | |
template<typename T > | |
KeyValuePair (const T &)=delete | |
bool | operator== (const KeyValuePair &) const |
nx::kit::Json | to_json () const |
Public Attributes | |
std::string | name |
std::string | value |