2#include "util/uuid.hpp"
3#include "nlohmann/json_fwd.hpp"
4#include "util/uuid_ptr.hpp"
11 BoardNetTie(
const UUID &uu,
const json &j,
class Board *board =
nullptr);
12 BoardNetTie(
const UUID &uu);
14 UUID get_uuid()
const;
16 void update_refs(
class Board &brd);
24 bool width_from_rules =
true;
26 json serialize()
const;
This class encapsulates a UUID and allows it to be uses as a value type.
Definition uuid.hpp:16
Definition uuid_ptr.hpp:8
basic_json<> json
default JSON class
Definition json_fwd.hpp:62