xvsdk  3.2.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
xv::Version Struct Reference

The Version struct. More...

#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.
 

Detailed Description

The Version struct.


The documentation for this struct was generated from the following file: