15 #ifndef INC_POLYMNIA_PICTURE_IO_H___ 16 #define INC_POLYMNIA_PICTURE_IO_H___ 20 #include <boost/utility.hpp> 41 virtual P_*
load(
const std::filesystem::path& path) =0;
56 virtual bool save(
const P_*,
const std::filesystem::path& path) =0;
62 #endif // INC_POLYMNIA_PICTURE_IO_H___ virtual P_ * load(const std::filesystem::path &path)=0
PictSaver() noexcept
Definition: pictio.h:53
PictLoader() noexcept
Definition: pictio.h:38
virtual ~PictSaver()
Definition: pictio.h:54
virtual ~PictLoader()
Definition: pictio.h:39
virtual bool save(const P_ *, const std::filesystem::path &path)=0