20 #define XSVERSION_INITIALIZER { 0, 0, 0, 0, XsString_INITIALIZER } 62 inline bool empty()
const 76 inline int major()
const {
return m_major; }
78 inline int minor()
const {
return m_minor; }
80 inline int revision()
const {
return m_revision; }
82 inline int build()
const {
return m_build; }
XsString m_extra
Storage for some extra information about the version.
EIGEN_STRONG_INLINE bool empty() const
struct XsVersion XsVersion
int m_major
The major part of the version number.
XSTYPES_DLL_API int XsVersion_empty(const XsVersion *thisPtr)
int m_minor
The minor part of the version number.
int m_revision
The revision number of the version.
XSTYPES_DLL_API void XsVersion_toString(const XsVersion *thisPtr, XsString *version)
int m_build
The build number of the version.