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; }
EIGEN_STRONG_INLINE bool empty() const
int m_minor
The minor part of the version number.
int m_build
The build number of the version.
int m_major
The major part of the version number.
int m_revision
The revision number of the version
XsString m_extra
Storage for some extra information about the version.
struct XsVersion XsVersion
XSTYPES_DLL_API void XsVersion_toString(const XsVersion *thisPtr, XsString *version)
XSTYPES_DLL_API int XsVersion_empty(const XsVersion *thisPtr)