Simple Application Framework
1
|
Version description class. More...
#include <Version.h>
Public Member Functions | |
Version (Uint32 major, Uint32 minor, Uint32 revision) | |
Constructor. | |
Version (const Version &v) | |
Copy constructor. | |
Uint32 | Major () const |
Uint32 | Minor () const |
bool | operator< (const Version &v) |
Version & | operator= (const Version &v) |
Assignment operator. | |
bool | operator== (const Version &v) const |
bool | operator> (const Version &v) |
Uint32 | Revision () const |
Version description class.
Saf::System::Version::Version | ( | Uint32 | major, |
Uint32 | minor, | ||
Uint32 | revision | ||
) | [inline] |
Constructor.
Saf::System::Version::Version | ( | const Version & | v | ) | [inline] |
Copy constructor.
Uint32 Saf::System::Version::Major | ( | ) | const [inline] |
Uint32 Saf::System::Version::Minor | ( | ) | const [inline] |
bool Saf::System::Version::operator< | ( | const Version & | v | ) | [inline] |
bool Saf::System::Version::operator== | ( | const Version & | v | ) | const [inline] |
bool Saf::System::Version::operator> | ( | const Version & | v | ) | [inline] |
Uint32 Saf::System::Version::Revision | ( | ) | const [inline] |