67 std::shared_ptr<BookInfoEntry>
72 epub_get_root_file_address(
const std::filesystem::path &filepath,
73 const std::vector<ArchEntry> &filenames);
76 epub_parse_root_file(
const std::string &root_file_content);
79 epub_annotation(
const std::string &root_file_content);
82 epub_cover_address(
const std::string &root_file_content);
85 epub_language(
const std::string &root_file_content,
BookInfoEntry &result);
88 epub_translator(
const std::string &root_file_content,
BookInfoEntry &result);
91 epub_publisher(
const std::string &root_file_content,
BookInfoEntry &result);
94 epub_identifier(
const std::string &root_file_content,
BookInfoEntry &result);
97 epub_source(
const std::string &root_file_content,
BookInfoEntry &result);
99 std::shared_ptr<AuxFunc> af;
The BookInfoEntry class.
Definition BookInfoEntry.h:31
The BookParseEntry class.
Definition BookParseEntry.h:30