16 std::vector<std::string>&& savePaths);
18 [[nodiscard]] std::string
resolve (std::string_view filename)
const;
19 [[nodiscard]] std::string
resolveCreate(std::string_view filename)
const;
21 [[nodiscard]] std::span<const std::string>
getPaths()
const;
24 template<
typename Archive>
25 void serialize(Archive& ar,
unsigned version);
28 std::vector<std::string> paths;
29 mutable std::vector<std::string> paths2;
30 std::vector<std::string> savePaths;
31 mutable std::vector<std::string> savePaths2;
void serialize(Archive &ar, unsigned version)
std::string resolveCreate(std::string_view filename) const
std::span< const std::string > getPaths() const
bool isUserContext() const
std::string resolve(std::string_view filename) const