2 #include "util/uuid.hpp"
3 #include "nlohmann/json_fwd.hpp"
5 #include "junction.hpp"
6 #include "util/uuid_ptr.hpp"
22 Arc(
const UUID &uu,
const json &j,
class ObjectProvider &obj);
27 uuid_ptr<Junction> to;
28 uuid_ptr<Junction> from;
29 uuid_ptr<Junction> center;
32 json serialize()
const;
a class to store JSON values
Definition: json.hpp:166
zip_uint64_t uint64_t
zip_uint64_t_t typedef.
Definition: zip.hpp:108
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61