2 #include "common/common.hpp"
4 #include "rules/rule.hpp"
5 #include "rules/rule_match.hpp"
8 class RulePlane :
public Rule {
10 RulePlane(
const UUID &uu);
11 RulePlane(
const UUID &uu,
const json &j);
12 json serialize()
const override;
14 std::string get_brief(
const class Block *block =
nullptr)
const override;
15 bool is_match_all()
const override;
20 PlaneSettings settings;
a class to store JSON values
Definition: json.hpp:166