Class ModuleVersion

Class Documentation

class ModuleVersion

Public Functions

inline constexpr ModuleVersion()
inline constexpr ModuleVersion(const uint16_t major, const uint16_t minor, const uint16_t build)
inline constexpr bool operator<(const ModuleVersion &other) const
inline constexpr bool operator>(const ModuleVersion &other) const
inline constexpr bool operator<=(const ModuleVersion &other) const
inline constexpr bool operator>=(const ModuleVersion &other) const
inline constexpr bool operator==(const ModuleVersion &other) const
inline constexpr bool operator!=(const ModuleVersion &other) const
inline constexpr bool valid() const
inline constexpr uint16_t major() const
inline constexpr uint16_t minor() const
inline constexpr uint16_t build() const