2 #include "nlohmann/json_fwd.hpp"
3 #include "parameter/set.hpp"
4 #include "pool/padstack.hpp"
5 #include "util/placement.hpp"
6 #include "util/uuid.hpp"
7 #include "util/uuid_ptr.hpp"
20 ParameterSet parameter_set;
24 UUID get_uuid()
const;
25 json serialize()
const;
A block is one level of hierarchy in the netlist.
Definition: block.hpp:29
Definition: board_hole.hpp:12
Definition: padstack.hpp:21
Definition: placement.hpp:8
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