|
MLBookProc 1.3
|
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. | |
| PaperBookInfoEntry & | operator= (const PaperBookInfoEntry &other) |
| operator = | |
| PaperBookInfoEntry & | operator= (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. | |
The PaperBookInfoEntry class.
Auxiliary class containing some information about paper book source (if any).