Class PlatformVersion

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

Public Members

Platform p = (Platform)0
Module m = (Module)0
ModuleVersion v