This is the complete list of members for EPUBParser, including all inherited members.
createArchFile(const std::filesystem::path &archaddress, const la_int64_t &position=la_int64_t(0)) | LibArchive | |
epub_book_info(const std::filesystem::path &filepath) | EPUBParser | |
epub_parser(const std::filesystem::path &filepath) | EPUBParser | |
EPUBParser(const std::shared_ptr< AuxFunc > &af) | EPUBParser | |
fileinfo(const std::filesystem::path &address, const std::string &filename) | LibArchive | |
fileNames(const std::filesystem::path &filepath, std::vector< ArchEntry > &filenames) | LibArchive | |
fileNamesStream(const std::filesystem::path &address, std::vector< ArchEntry > &filenames) | LibArchive | |
get_book_encoding(const std::string &book) | XMLParser | |
get_element_attribute(const std::string &element, const std::string &attr_name) | XMLParser | |
get_tag(const std::string &book, const std::string &tag_id) | XMLParser | |
htmlSymbolsReplacement(std::string &book) | XMLParser | |
LibArchive(const std::shared_ptr< AuxFunc > &af) | LibArchive | |
libarchive_error(const std::shared_ptr< archive > &a, const std::string &message, const int &error_number) | LibArchive | |
libarchive_packing(const std::filesystem::path &sourcepath, const std::filesystem::path &outpath) | LibArchive | |
libarchive_packing(const std::shared_ptr< archive > &a, const std::filesystem::path &sourcepath, const bool &rename_source, const std::string &new_source_name) | LibArchive | |
libarchive_read_entry(archive *a, archive_entry *entry, const std::filesystem::path &outfolder) | LibArchive | |
libarchive_read_entry_str(archive *a, archive_entry *entry) | LibArchive | |
libarchive_read_init(std::shared_ptr< ArchiveFileEntry > fl) | LibArchive | |
libarchive_read_init_fallback(std::shared_ptr< ArchiveFileEntry > fl) | LibArchive | |
libarchive_remove_entry(ArchiveRemoveEntry rm_e, const std::vector< ArchEntry > &to_remove) | LibArchive | |
libarchive_remove_init(const std::filesystem::path &sourcepath, const std::filesystem::path &outpath) | LibArchive | |
libarchive_write_data(archive *a, const std::string &data) | LibArchive | |
libarchive_write_data_from_file(archive *a, const std::filesystem::path &source) | LibArchive | |
libarchive_write_directory(archive *a, archive_entry *entry, const std::filesystem::path &path_in_arch, const std::filesystem::path &source) | LibArchive | |
libarchive_write_file(archive *a, archive_entry *entry, const std::filesystem::path &path_in_arch, const std::filesystem::path &source) | LibArchive | |
libarchive_write_init(const std::filesystem::path &outpath) | LibArchive | |
listAllTags(const std::string &book) | XMLParser | |
removeAllTags(std::string &book) | XMLParser | |
searchTag(const std::vector< XMLTag > &list, const std::string &tag_id, std::vector< XMLTag > &result) | XMLParser | |
unpackByFileNameStream(const std::filesystem::path &archaddress, const std::filesystem::path &outfolder, const std::string &filename) | LibArchive | |
unpackByFileNameStreamStr(const std::filesystem::path &archaddress, const std::string &filename) | LibArchive | |
unpackByPosition(const std::filesystem::path &archaddress, const std::filesystem::path &outfolder, const ArchEntry &entry) | LibArchive | |
unpackByPositionStr(const std::filesystem::path &archaddress, const ArchEntry &entry) | LibArchive | |
writeToArchive(std::shared_ptr< archive > a, const std::filesystem::path &source, const std::filesystem::path &path_in_arch) | LibArchive | |
XMLParser(const std::shared_ptr< AuxFunc > &af) | XMLParser | |
~EPUBParser() | EPUBParser | virtual |