TRUE if the major version numbers, minor version numbers,
patch version numbers, availabilities and code names of the version
and version are equivalent.
Return FALSE otherwise.
GPL_Boolean operator!=(const GPL_Version<T> & version) const
Return FALSE if the major version numbers, minor version numbers,
patch version numbers, availabilities and code names of the version
and version are equivalent.
Return TRUE otherwise.
GPL_Boolean operator<(const GPL_Version<T> & version) const
Return TRUE if the major version numbers, minor version numbers,
patch version numbers, and availabilities of the version are less than
those of version. Return FALSE otherwise.
GPL_Boolean operator<=(const GPL_Version<T> & version) const
Return TRUE if the major version numbers, minor version numbers,
patch version numbers, and availabilities of the version are less than
or equal to those of version. Return FALSE otherwise.
GPL_Boolean operator>(const GPL_Version<T> & version) const
Return TRUE if the major version numbers, minor version numbers,
patch version numbers, and availabilities of the version are greater than
those of version. Return FALSE otherwise.
GPL_Boolean operator>=(const GPL_Version<T> & version) const
Return TRUE if the major version numbers, minor version numbers,
patch version numbers, and availabilities of the version are greater than
or equal to those of version. Return FALSE otherwise.
inline GPL_Integer GetMinor(void) const
Return the minor version number.
inline GPL_Integer GetPatch(void) const
Return the patch version number.
inline GPL_Availability GetAvailability(void) const
Return the availability.
inline const GPL_String & GetCodeName(void) const
Return the code name.
inline void SetMajor(const GPL_Integer maj)
Set the major version number to maj.
inline void SetMinor(const GPL_Integer min)
Set the minor version number to min.
inline void SetPatch(const GPL_Integer p)
Set the patch version number to p.
inline void SetAvailability(const GPL_Availability a)
Set the availability to a.
inline void SetCodeName(const GPL_String & n)
Set the code name to n.
GPL_VERSION_ANY |
Represents any version. |
GPL_VERSION_ALPHA |
Deprecated redefinition of GPL_AVAILABILITY_ALPHA provided for backward-compatability. |
GPL_VERSION_BETA |
Deprecated redefinition of GPL_AVAILABILITY_BETA provided for backward-compatability. |
GPL_VERSION_GENERAL |
Deprecated redefinition of GPL_AVAILABILITY_GENERAL provided for backward-compatability. |