2#include "util/uuid.hpp"
3#include "util/placement.hpp"
4#include "nlohmann/json_fwd.hpp"
5#include "util/picture_data.hpp"
12 Picture(
const UUID &uu,
const json &j);
13 Picture(
const UUID &uu);
21 std::shared_ptr<const PictureData> data;
24 json serialize()
const;
Definition placement.hpp:8
This class encapsulates a UUID and allows it to be uses as a value type.
Definition uuid.hpp:16
basic_json<> json
default JSON class
Definition json_fwd.hpp:62