3 #include "common/common.hpp"
4 #include "common/junction.hpp"
5 #include "nlohmann/json_fwd.hpp"
6 #include "util/uuid.hpp"
7 #include "util/uuid_ptr.hpp"
15 class ConnectionLine {
17 ConnectionLine(
const UUID &uu,
const json &j,
class Board *brd =
nullptr);
18 ConnectionLine(
const UUID &uu);
20 void update_refs(
class Board &brd);
21 UUID get_uuid()
const;
25 Track::Connection from;
28 json serialize()
const;
a class to store JSON values
Definition: json.hpp:166
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61