BookBaseEntry(const BookBaseEntry &other)
BookBaseEntry copy constructor.
std::filesystem::path file_path
Absolute path to book file or archive.
Definition BookBaseEntry.h:76
BookBaseEntry()
BookBaseEntry constructor.
BookBaseEntry(const BookParseEntry &bpe, const std::filesystem::path &book_file_path)
BookBaseEntry constructor.
BookBaseEntry & operator=(BookBaseEntry &&other)
operator =
bool operator==(const BookBaseEntry &other)
operator ==
BookBaseEntry(BookBaseEntry &&other)
BookBaseEntry move constructor.
BookBaseEntry & operator=(const BookBaseEntry &other)
operator =
BookParseEntry bpe
BookParseEntry object.
Definition BookBaseEntry.h:81
The BookParseEntry class.
Definition BookParseEntry.h:30