std::string file_hash
File hash sum.
Definition FileParseEntry.h:72
FileParseEntry & operator=(FileParseEntry &&other)
operator =
FileParseEntry(const FileParseEntry &other)
FileParseEntry copy constructor.
FileParseEntry()
FileParseEntry constructor.
std::vector< BookParseEntry > books
Contains books info.
Definition FileParseEntry.h:79
FileParseEntry & operator=(const FileParseEntry &other)
operator =
FileParseEntry(FileParseEntry &&other)
FileParseEntry move constructor.
std::string file_rel_path
Relative path to file in collection.
Definition FileParseEntry.h:65