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

The ElectroBookInfoEntry class. More...

#include <ElectroBookInfoEntry.h>

Public Member Functions

 ElectroBookInfoEntry ()
 ElectroBookInfoEntry constructor.
 ElectroBookInfoEntry (const ElectroBookInfoEntry &other)
 ElectroBookInfoEntry copy constructor.
 ElectroBookInfoEntry (ElectroBookInfoEntry &&other)
 ElectroBookInfoEntry move constructor.
ElectroBookInfoEntryoperator= (const ElectroBookInfoEntry &other)
 operator =
ElectroBookInfoEntryoperator= (ElectroBookInfoEntry &&other)
 operator =

Public Attributes

bool available = false
 Indicates if any information is available.
std::string author
 Author of file.
std::string program_used
 Program used to create file.
std::string date
 Date of file creation.
std::string src_url
 Source URL if this document is a conversion of some other (online) document.
std::string src_ocr
 Author of the original (online) document, if this is a conversion.
std::string id
 Unique file identifier.
std::string version
 File version.
std::string history
 History of file changes.
std::string publisher
 File publisher.

Detailed Description

The ElectroBookInfoEntry class.

Auxiliary class containing various technical info about digital book file.