36#ifndef IMT_BASE_CORE_UTIL_VERSIONINFO_H
37#define IMT_BASE_CORE_UTIL_VERSIONINFO_H
142 static bool tryParseVersion(std::wstring
const& versionString,
VersionInfo& versionParsed);
150 static bool tryParseVersion(std::string
const& versionString,
VersionInfo& versionParsed);
Deserializes various data types from the given byte buffer.
Serialization is the process of translating data structures into a binary representation.
Serializes various data types into the given byte buffer.
Provides version information in simple class.
bool isBiggerMinor(VersionInfo const &other) const
Checks if the version has a higher minor version than the given version.
uint32_t getRevisionVersion() const
Gets the revision version.
void setBuildVersion(uint32_t const build)
Sets the build version.
VersionInfo()
Constructor.
void setRevisionVersion(uint32_t const revision)
Sets the revision version.
VersionInfo(uint32_t const major, uint32_t const minor)
Constructor.
bool isBiggerBuild(VersionInfo const &other) const
Checks if the version has a higher build version than the given version.
VersionInfo(uint32_t const major, uint32_t const minor, uint32_t const build, uint32_t const revision)
Constructor.
void serialize(::imt::base::core::serialization::Serializer &buffer) const final
void deserialize(::imt::base::core::serialization::Deserializer &buffer) final
uint32_t getMajorVersion() const
Gets the major version.
uint32_t getBuildVersion() const
Gets the build version.
uint32_t getMinorVersion() const
Gets the minor version.
void setMinorVersion(uint32_t const minor)
Sets the minor version.
bool isBiggerMajor(VersionInfo const &other) const
Checks if the version has a higher major version than the given version.
bool isBiggerRevision(VersionInfo const &other) const
Checks if the version has a higher revision than the given version.
void setMajorVersion(uint32_t const major)
Sets the major version.
bool operator<(DateTimeStamp const left, DateTimeStamp const right) noexcept
Less than operator overload.
bool operator>=(DateTimeStamp const left, DateTimeStamp const right) noexcept
Greater than or equal operator overload.
bool operator>(DateTimeStamp const left, DateTimeStamp const right) noexcept
Greater than operator overload.
bool operator<=(DateTimeStamp const left, DateTimeStamp const right) noexcept
Less than or equal operator overload.
bool operator==(DateTimeStamp const left, DateTimeStamp const right) noexcept
Equals operator overload.
bool operator!=(DateTimeStamp const left, DateTimeStamp const right) noexcept
Not equals operator overload.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t