nx_cloud_storage_sdk
1.0
Cloud Storage SDK
|
Public Member Functions | |
RangePoint (const nx::kit::Json &json) noexcept(false) | |
RangePoint (const char *jsonData) noexcept(false) | |
template<typename T > | |
RangePoint (const T &)=delete | |
RangePoint (float value, bool inclusive) | |
bool | operator== (const RangePoint &) const |
nx::kit::Json | to_json () const |
Static Public Member Functions | |
static ValueOrError< RangePoint > | fromJson (const char *jsonStr) noexcept |
static ValueOrError< RangePoint > | fromJson (const nx::kit::Json &json) noexcept |
Public Attributes | |
float | value = 0.0 |
bool | inclusive = false |