common version information
More...
#include <cupt/cache/version.hpp>
|
|
static bool | parseRelations |
| | enables parsing relation fields in versions, true by default
|
| |
|
static bool | parseInfoOnly |
| | enables parsing info-only fields in versions, true by default
|
| |
|
static bool | parseOthers |
| | enables parsing unknown fields in versions, false by default
|
| |
common version information
- See also
- SourceVersion and BinaryVersion
◆ areHashesEqual()
| virtual bool cupt::cache::Version::areHashesEqual |
( |
const Version * |
other | ) |
const |
|
pure virtual |
determines file equality between two versions
- Parameters
-
| other | version to compare with |
- Returns
true if hash sums of all files in the version match hash sums of all files in the other version, false otherwise
Implemented in cupt::cache::BinaryVersion, and cupt::cache::SourceVersion.
◆ operator<()
| bool cupt::cache::Version::operator< |
( |
const Version & |
| ) |
const |
The documentation for this struct was generated from the following file: