BookParseEntry(const BookParseEntry &other)
BookParseEntry copy constructor.
std::string book_name
Book name.
Definition BookParseEntry.h:87
BookParseEntry & operator=(const BookParseEntry &other)
operator =
std::string book_date
Book creation date (if available in metadata, empty otherwise).
Definition BookParseEntry.h:104
BookParseEntry()
BookParseEntry constructor.
bool operator==(const BookParseEntry &other)
operator ==
std::string book_author
Book author (if any, empty otherwise).
Definition BookParseEntry.h:79
std::string book_path
Path to book in file (in case of archive, empty otherwise).
Definition BookParseEntry.h:74
BookParseEntry(BookParseEntry &&other)
BookParseEntry move constructor.
std::string book_series
Book series (if any, empty otherwise).
Definition BookParseEntry.h:92
BookParseEntry & operator=(BookParseEntry &&other)
operator =
std::string book_genre
Book genres(s) (if any, empty otherwise).
Definition BookParseEntry.h:99