Go to the documentation of this file.
   20 #define XSVERSION_INITIALIZER            \ 
   22                 0, 0, 0, 0, XsString_INITIALIZER \ 
   40                 int maj = 0, 
int min = 0, 
int rev = 0, 
int bld = 0,
 
   82         inline int major()
 const { 
return m_major; }
 
   84         inline int minor()
 const { 
return m_minor; }
 
   86         inline int revision()
 const { 
return m_revision; }
 
   88         inline int build()
 const { 
return m_build; }
 
  
struct XsVersion XsVersion
 
int m_build
The build number of the version.
 
int m_minor
The minor part of the version number.
 
XsString m_extra
Storage for some extra information about the version.
 
int m_major
The major part of the version number
 
EIGEN_STRONG_INLINE bool empty() const
 
int m_revision
The revision number of the version
 
XSTYPES_DLL_API int XsVersion_empty(const XsVersion *thisPtr)
 
XSTYPES_DLL_API void XsVersion_toString(const XsVersion *thisPtr, XsString *version)
 
   |  Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |   |