2#include "nlohmann/json_fwd.hpp"
3#include "util/uuid.hpp"
9 RulesImportInfo(
const json &j);
10 virtual const json &get_rules()
const = 0;
13 virtual ~RulesImportInfo()
18class RulesExportInfo {
20 RulesExportInfo(
const json &j);
25 void serialize(json &j)
const;
This class encapsulates a UUID and allows it to be uses as a value type.
Definition uuid.hpp:16
basic_json<> json
default JSON class
Definition json_fwd.hpp:62