Class PlatformVersion
Defined in File PlatformVersion.hpp
Class Documentation
-
class PlatformVersion
Public Functions
-
inline constexpr PlatformVersion()
-
inline constexpr PlatformVersion(Platform p, Module m, ModuleVersion v)
-
inline constexpr PlatformVersion(Platform p, Module m, uint16_t major, uint16_t minor, uint16_t build)
-
inline constexpr bool operator<(const PlatformVersion &other) const
-
inline constexpr bool operator>(const PlatformVersion &other) const
-
inline constexpr bool operator<=(const PlatformVersion &other) const
-
inline constexpr bool operator>=(const PlatformVersion &other) const
-
inline constexpr bool operator==(const PlatformVersion &other) const
-
inline constexpr bool operator!=(const PlatformVersion &other) const
-
inline constexpr PlatformVersion()