The FileParseEntry class. More...
#include <FileParseEntry.h>
Public Member Functions | |
FileParseEntry () | |
FileParseEntry constructor. | |
FileParseEntry (const FileParseEntry &other) | |
FileParseEntry copy constructor. | |
FileParseEntry (FileParseEntry &&other) | |
FileParseEntry move constructor. | |
FileParseEntry & | operator= (const FileParseEntry &other) |
operator = | |
FileParseEntry & | operator= (FileParseEntry &&other) |
operator = | |
Public Attributes | |
std::string | file_rel_path |
Relative path to file in collection. | |
std::string | file_hash |
File hash sum. | |
std::vector< BookParseEntry > | books |
Contains books info. | |
The FileParseEntry class.
Auxiliary class, used in CreateCollection, RefreshCollection and BaseKeeper. Contains collection file info.
std::vector<BookParseEntry> FileParseEntry::books |
Contains books info.
Vector containing information about books in file.
std::string FileParseEntry::file_hash |
File hash sum.
Blake-256 algorithm currently used.
std::string FileParseEntry::file_rel_path |
Relative path to file in collection.
Path is relative to collection directory path.