MLBookProc 1.1
 
Loading...
Searching...
No Matches
BookBaseEntry Class Reference

The BookBaseEntry class. More...

#include <BookBaseEntry.h>

Collaboration diagram for BookBaseEntry:

Public Member Functions

 BookBaseEntry ()
 BookBaseEntry constructor.
 
 BookBaseEntry (const BookBaseEntry &other)
 BookBaseEntry copy constructor.
 
 BookBaseEntry (BookBaseEntry &&other)
 BookBaseEntry move constructor.
 
BookBaseEntryoperator= (const BookBaseEntry &other)
 operator =
 
BookBaseEntryoperator= (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.
 

Detailed Description

The BookBaseEntry class.

Auxiliary class, used to keep collections databases seacrh requests and search results.

Constructor & Destructor Documentation

◆ BookBaseEntry()

BookBaseEntry::BookBaseEntry ( const BookParseEntry & bpe,
const std::filesystem::path & book_file_path )

BookBaseEntry constructor.

Parameters
bpeBookParseEntry object.
book_file_pathabsolute path to books file or archive.