2 #include "nlohmann/json_fwd.hpp" 4 #include "util/uuid.hpp" 5 #include "util/uuid_provider.hpp" 6 #include "util/uuid_ptr.hpp" 19 virtual UUID get_uuid()
const;
23 unsigned int swap_group = 0;
26 json serialize()
const;
27 void serialize_yaml(YAML::Emitter &em)
const;
a class to store JSON values
Definition: json.hpp:161
Interface for objects that have a UUID.
Definition: uuid_provider.hpp:9
Definition: uuid_ptr.hpp:9
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:21
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61