3 #include "util/uuid.hpp"
4 #include "nlohmann/json_fwd.hpp"
12 static const UUID project_pool_uuid;
15 std::string base_path;
19 std::vector<UUID> pools_included;
21 bool is_project_pool()
const;
22 void from_json(
const json &j);
Definition: pool_info.hpp:10
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:170
basic_json<> json
default JSON class
Definition: json_fwd.hpp:62