GridComputing
Job Management in Grid Computing
|
Struct to hold version information (major, minor and revision). More...
#include <software.h>
Classes | |
struct | Hash |
Hash so it is possible to compare 2 VersionData. More... | |
Public Member Functions | |
VersionData (int major, int minor, int revision) | |
Constructor. | |
bool | operator== (const VersionData &other) const |
Equality operator. | |
std::string | ToString () const |
String representation of the version. | |
Public Attributes | |
int | Major |
Major version. | |
int | Minor |
Minor version. | |
int | Revision |
Revision. | |
Struct to hold version information (major, minor and revision).
Software::VersionData::VersionData | ( | int | major, |
int | minor, | ||
int | revision | ||
) |
Constructor.
bool Software::VersionData::operator== | ( | const VersionData & | other | ) | const |
Equality operator.
std::string Software::VersionData::ToString | ( | ) | const |
String representation of the version.
int Software::VersionData::Major |
Major version.
int Software::VersionData::Minor |
Minor version.
int Software::VersionData::Revision |
Revision.