The BookBaseEntry class. More...
#include <BookBaseEntry.h>
Public Member Functions | |
BookBaseEntry () | |
BookBaseEntry constructor. | |
BookBaseEntry (const BookBaseEntry &other) | |
BookBaseEntry copy constructor. | |
BookBaseEntry (BookBaseEntry &&other) | |
BookBaseEntry move constructor. | |
BookBaseEntry & | operator= (const BookBaseEntry &other) |
operator = | |
BookBaseEntry & | operator= (BookBaseEntry &&other) |
operator = | |
bool | operator== (const BookBaseEntry &other) |
operator == | |
BookBaseEntry (const BookParseEntry &bpe, const std::filesystem::path &book_file_path) | |
BookBaseEntry constructor. | |
Public Attributes | |
std::filesystem::path | file_path |
Absolute path to book file or archive. | |
BookParseEntry | bpe |
BookParseEntry object. | |
The BookBaseEntry class.
Auxiliary class, used to keep collections databases seacrh requests and search results.
BookBaseEntry::BookBaseEntry | ( | const BookParseEntry & | bpe, |
const std::filesystem::path & | book_file_path ) |
BookBaseEntry constructor.
bpe | BookParseEntry object. |
book_file_path | absolute path to books file or archive. |