3 #include "nlohmann/json_fwd.hpp"
5 #include "util/uuid.hpp"
9 #include "util/file_version.hpp"
21 static Entity new_from_file(
const std::string &filename,
IPool &pool);
22 static unsigned int get_app_version();
25 std::string manufacturer;
27 std::set<std::string> tags;
28 std::map<UUID, Gate> gates;
31 json serialize()
const;
32 void update_refs(
IPool &pool);
33 UUID get_uuid()
const;
Definition: entity.hpp:14
Definition: file_version.hpp:8
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
a class to store JSON values
Definition: json.hpp:166
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61