MLBookProc 1.3
Loading...
Searching...
No Matches
PaperBookInfoEntry Class Reference

The PaperBookInfoEntry class. More...

#include <PaperBookInfoEntry.h>

Public Member Functions

 PaperBookInfoEntry ()
 PaperBookInfoEntry constructor.
 PaperBookInfoEntry (const PaperBookInfoEntry &other)
 PaperBookInfoEntry copy constructor.
 PaperBookInfoEntry (PaperBookInfoEntry &&other)
 PaperBookInfoEntry move constructor.
PaperBookInfoEntryoperator= (const PaperBookInfoEntry &other)
 operator =
PaperBookInfoEntryoperator= (PaperBookInfoEntry &&other)
 operator =

Public Attributes

bool available = false
 If paper book info is available, will be set to true.
std::string book_name
 Paper book name.
std::string publisher
 Paper book publisher.
std::string city
 City where paper book was published.
std::string year
 Year of paper book publishing.
std::string isbn
 ISBN of paper book.

Detailed Description

The PaperBookInfoEntry class.

Auxiliary class containing some information about paper book source (if any).