libthinkpad  2.6
https://github.com/libthinkpad
Static Public Member Functions | List of all members
ThinkPad::Utilities::Versioning Class Reference

Class used for programs to access the library version. More...

#include <libthinkpad.h>

Static Public Member Functions

static int getMajorVersion ()
 The major version of the library. If this changes, the ABI compat is broken. More...
 
static int getMinorVersion ()
 The minor version of the library. More...
 

Detailed Description

Class used for programs to access the library version.

Member Function Documentation

static int ThinkPad::Utilities::Versioning::getMajorVersion ( )
inlinestatic

The major version of the library. If this changes, the ABI compat is broken.

Returns
the major version
static int ThinkPad::Utilities::Versioning::getMinorVersion ( )
inlinestatic

The minor version of the library.

Returns
the minor version

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