Home
last modified time | relevance | path

Searched defs:LessThanOperator (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.cpp159 struct LessThanOperator : public Modifier::BaseOperator struct
161 explicit LessThanOperator(const json& jsonObj) in LessThanOperator() function
213 PropertyVariantType operator()(double val) override in operator ()()
226 PropertyVariantType operator()(int32_t val) override in operator ()()
238 PropertyVariantType operator()(int64_t val) override in operator ()()
250 PropertyVariantType operator()(const std::string& val) override in operator ()()
263 PropertyVariantType operator()(bool) override in operator ()()
270 rangeValues;
271 std::optional<PropertyVariantType> defaultValue;