Base class for version numbers. More...
#include <Version.h>
Public Member Functions | |
UShort_t | GetMajor () const |
UShort_t | GetMinor () const |
std::string | GetString () const |
void | operator() (UShort_t maj, UShort_t min) |
to change both values More... | |
Bool_t | operator== (const Version &) const |
to compare two bersions, must have the same minor and major More... | |
void | SetMajor (UShort_t maj) |
void | SetMinor (UShort_t min) |
Version () | |
Version (UShort_t, UShort_t) | |
Version (const Version &) | |
copy constructor More... | |
~Version () | |
Base class for version numbers.
A version is a major and a minor number.