xvsdk
3.2.0
|
#include <xv-types.h>
Public Member Functions | |
Version (int major=0, int minor=0, int patch=0) | |
Version (const std::string &s) | |
int | key () const |
std::string | toString () const |
Static Public Member Functions | |
static int() | max () |
Public Attributes | |
int | major = 0 |
Major number of the version. | |
int | minor = 0 |
Minor number of the version. | |
int | patch = 0 |
Patch number of the version. | |
The Version struct.