nx_cloud_storage_sdk  1.0
Cloud Storage SDK
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
nx::sdk::cloud_storage::NumericRange Struct Reference

Public Member Functions

 NumericRange (const nx::kit::Json &json) noexcept(false)
 
 NumericRange (const char *jsonData) noexcept(false)
 
template<typename T >
 NumericRange (const T &)=delete
 
bool operator== (const NumericRange &) const
 
 NumericRange (float value)
 
 NumericRange (std::optional< RangePoint > from, std::optional< RangePoint > to)
 
nx::kit::Json to_json () const
 
bool intersects (const NumericRange &range) const
 
bool hasRange (const NumericRange &range) const
 

Static Public Member Functions

static ValueOrError< NumericRangefromJson (const char *jsonStr) noexcept
 
static ValueOrError< NumericRangefromJson (const nx::kit::Json &json) noexcept
 
static std::optional< NumericRangefromString (const std::string &s)
 

Public Attributes

std::optional< RangePointfrom
 
std::optional< RangePointto
 

The documentation for this struct was generated from the following files: