2 #include "block/block.hpp" 3 #include "nlohmann/json_fwd.hpp" 4 #include "parameter/set.hpp" 5 #include "pool/padstack.hpp" 6 #include "pool/pool.hpp" 7 #include "pool/symbol.hpp" 8 #include "pool/unit.hpp" 9 #include "util/placement.hpp" 10 #include "util/uuid.hpp" 11 #include "util/uuid_provider.hpp" 12 #include "util/uuid_ptr.hpp" 29 ParameterSet parameter_set;
33 virtual UUID get_uuid()
const;
34 json serialize()
const;
a class to store JSON values
Definition: json.hpp:161
Definition: placement.hpp:8
Interface for objects that have a UUID.
Definition: uuid_provider.hpp:9
Definition: uuid_ptr.hpp:9
Definition: padstack.hpp:21
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:19
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61