2 #include "nlohmann/json_fwd.hpp"
4 #include "util/uuid.hpp"
5 #include "util/uuid_ptr.hpp"
15 Gate(
const UUID &uu,
const json &,
class IPool &pool);
17 UUID get_uuid()
const;
21 unsigned int swap_group = 0;
22 uuid_ptr<const Unit> unit;
24 json serialize()
const;
a class to store JSON values
Definition: json.hpp:166
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61