2 #include "nlohmann/json.hpp"
3 #include "util/uuid.hpp"
4 #include "rules/rules_import_export.hpp"
11 unsigned int n_inner_layers;
12 std::map<UUID, std::string> net_classes;
13 UUID net_class_default;
15 const json &get_rules()
const override
Definition: board_rules_import.hpp:8
Definition: rules_import_export.hpp:7
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
a class to store JSON values
Definition: json.hpp:177
basic_json<> json
default JSON class
Definition: json_fwd.hpp:62