71 const std::filesystem::path ©_path,
const bool &find_fbd,
72 std::function<
void(
const std::filesystem::path &path)> open_callback);
77 const std::filesystem::path ©_path,
const bool &find_fbd);
80 correctSeparators(std::vector<ArchEntry> &files);
83 compareFunc(
const ArchEntry &ent,
const bool &encoding,
84 const std::string &conv_nm,
const std::filesystem::path &ch_fbd);
86 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.