2 #include "nlohmann/json_fwd.hpp" 4 #include "pool/unit.hpp" 5 #include "util/uuid.hpp" 6 #include "util/uuid_provider.hpp" 7 #include "util/uuid_ptr.hpp" 30 json serialize()
const;
31 virtual UUID get_uuid()
const;
36 virtual UUID get_uuid()
const;
39 std::map<UUID, Member> members;
40 bool is_referenced =
false;
41 void update_refs(
Block &block);
42 json serialize()
const;
A Bus is used for grouping nets.
Definition: bus.hpp:21
a class to store JSON values
Definition: json.hpp:161
Interface for objects that have a UUID.
Definition: uuid_provider.hpp:9
A block is one level of hierarchy in the netlist.
Definition: block.hpp:25
Definition: uuid_ptr.hpp:9
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:61