Home
last modified time | relevance | path

Searched refs:BaseOperator (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.hpp56 struct BaseOperator struct in phosphor::fan::control::json::Modifier
58 virtual ~BaseOperator() = default;
113 std::unique_ptr<BaseOperator> _operator;
H A Dmodifier.cpp94 struct MinusOperator : public Modifier::BaseOperator
163 struct LessThanOperator : public Modifier::BaseOperator