#include <indexrecords.h>
|
bool | parseSumData (const char *&Start, const char *End, std::string &Name, std::string &Hash, unsigned long long &Size) |
|
indexRecords::indexRecords |
( |
| ) |
|
indexRecords::indexRecords |
( |
const std::string |
ExpectedDist | ) |
|
virtual indexRecords::~indexRecords |
( |
| ) |
|
|
inlinevirtual |
virtual bool indexRecords::CheckDist |
( |
const std::string |
MaybeDist | ) |
const |
|
virtual |
bool indexRecords::Exists |
( |
std::string const & |
MetaKey | ) |
const |
tests if a checksum for this file is available
std::string indexRecords::GetDist |
( |
| ) |
const |
std::string indexRecords::GetExpectedDist |
( |
| ) |
const |
time_t indexRecords::GetValidUntil |
( |
| ) |
const |
virtual bool indexRecords::Load |
( |
std::string |
Filename | ) |
|
|
virtual |
virtual const checkSum* indexRecords::Lookup |
( |
const std::string |
MetaKey | ) |
|
|
virtual |
std::vector<std::string> indexRecords::MetaKeys |
( |
| ) |
|
bool indexRecords::parseSumData |
( |
const char *& |
Start, |
|
|
const char * |
End, |
|
|
std::string & |
Name, |
|
|
std::string & |
Hash, |
|
|
unsigned long long & |
Size |
|
) |
| |
|
private |
std::string indexRecords::Dist |
|
protected |
std::map<std::string,checkSum *> indexRecords::Entries |
|
protected |
std::string indexRecords::ErrorText |
std::string indexRecords::ExpectedDist |
|
protected |
std::string indexRecords::Suite |
|
protected |
time_t indexRecords::ValidUntil |
|
protected |
The documentation for this class was generated from the following file: