2#include "common/common.hpp"
3#include "board/board_junction.hpp"
4#include "nlohmann/json_fwd.hpp"
5#include "pool/padstack.hpp"
6#include "util/uuid.hpp"
7#include "util/uuid_ptr.hpp"
24 void expand(
const class Board &brd);
26 ParameterSet parameter_set;
28 bool from_rules =
true;
31 json serialize()
const;
Definition: padstack.hpp:19
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Definition: uuid_ptr.hpp:8
a class to store JSON values
Definition: json.hpp:177
basic_json<> json
default JSON class
Definition: json_fwd.hpp:62
Definition: common.hpp:328