bool available
If paper book info is available, will be set to true.
Definition PaperBookInfoEntry.h:61
std::string isbn
ISBN of paper book.
Definition PaperBookInfoEntry.h:87
PaperBookInfoEntry(const PaperBookInfoEntry &other)
PaperBookInfoEntry copy constructor.
PaperBookInfoEntry & operator=(PaperBookInfoEntry &&other)
operator =
PaperBookInfoEntry()
PaperBookInfoEntry constructor.
std::string publisher
Paper book publisher.
Definition PaperBookInfoEntry.h:71
std::string book_name
Paper book name.
Definition PaperBookInfoEntry.h:66
std::string city
City where paper book was published.
Definition PaperBookInfoEntry.h:76
PaperBookInfoEntry(PaperBookInfoEntry &&other)
PaperBookInfoEntry move constructor.
PaperBookInfoEntry & operator=(const PaperBookInfoEntry &other)
operator =
std::string year
Year of paper book publishing.
Definition PaperBookInfoEntry.h:81