71 const std::filesystem::path ©_path,
const bool &find_fbd,
72 std::function<
void(
const std::filesystem::path &path)> open_callback);
76 open_archive(
const BookBaseEntry &bbe,
const std::string &ext,
77 const std::filesystem::path ©_path,
const bool &find_fbd);
80 correct_separators(std::vector<ArchEntry> &files);
83 compare_func(
const ArchEntry &ent,
const bool &encoding,
84 const std::string &conv_nm,
85 const std::filesystem::path &ch_fbd);
87 std::shared_ptr<AuxFunc> af;
The ArchEntry class.
Definition ArchEntry.h:31
The BookBaseEntry class.
Definition BookBaseEntry.h:30
std::filesystem::path open_book(const BookBaseEntry &bbe, const bool ©, const std::filesystem::path ©_path, const bool &find_fbd, std::function< void(const std::filesystem::path &path)> open_callback)
Opens book.