A class to store version information. More...
#include <xssimpleversion.h>
Public Attributes | |
uint8_t | m_major |
The major part of the version number. More... | |
uint8_t | m_minor |
The minor part of the version number. More... | |
uint8_t | m_revision |
The revision number of the version. More... | |
Related Functions | |
(Note that these are not member functions.) | |
int | XsSimpleVersion_empty (const XsSimpleVersion *thisPtr) |
Test if this is a null-version. More... | |
A class to store version information.
Definition at line 91 of file xssimpleversion.h.
uint8_t XsSimpleVersion::m_major |
The major part of the version number.
Definition at line 219 of file xssimpleversion.h.
uint8_t XsSimpleVersion::m_minor |
The minor part of the version number.
Definition at line 220 of file xssimpleversion.h.
uint8_t XsSimpleVersion::m_revision |
The revision number of the version.
Definition at line 221 of file xssimpleversion.h.