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.cpp163 struct LessThanOperator : public Modifier::BaseOperator struct
165 explicit LessThanOperator(const json& jsonObj) in LessThanOperator() argument
224 PropertyVariantType operator()(double val) override in operator ()()
237 PropertyVariantType operator()(int32_t val) override in operator ()()
249 PropertyVariantType operator()(int64_t val) override in operator ()()
261 PropertyVariantType operator()(const std::string& val) override in operator ()()
274 PropertyVariantType operator()(bool) override in operator ()()
281 rangeValues;
282 std::optional<PropertyVariantType> defaultValue;