|
nx_cloud_storage_sdk
1.0
Cloud Storage SDK
|
Public Member Functions | |
| KeyValuePair (const char *jsonStr) noexcept(false) | |
| KeyValuePair (const nx::kit::Json &json) noexcept(false) | |
| 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 |
Static Public Member Functions | |
| static ValueOrError< KeyValuePair > | fromJson (const char *jsonStr) noexcept |
| static ValueOrError< KeyValuePair > | fromJson (const nx::kit::Json &json) noexcept |
Public Attributes | |
| std::string | name |
| std::string | value |
1.8.14