PCL
|
Provides PCL version numbers. More...
#include <Version.h>
Public Member Functions | |
Version ()=delete | |
Version (const Version &)=delete | |
~Version ()=delete | |
Version & | operator= (const Version &)=delete |
Static Public Member Functions | |
static String | AsString () |
static int | BetaRelease () |
static int | Build () |
static String | LanguageCode () |
static int | Major () |
static int | Minor () |
static int | Number () |
static int | Release () |
The Version class reads PCL version data stored in static read-only variables. It provides version information for the PCL libraries that have been linked to the current module.
|
delete |
Default constructor. This constructor is disabled because Version is not an instantiable class.
|
delete |
Copy constructor. This constructor is disabled because Version is not an instantiable class.
|
delete |
Destructor. This destructor is disabled because Version is not an instantiable class.
|
static |
Returns a human-readable representation of the current PCL version.
|
static |
Returns the beta version number of PCL, or zero if the current PCL framework is a release (non-beta) version.
|
static |
Returns the current PCL build number.
|
static |
Returns an ISO 639.2 language code that identifies the primary language of the current PCL framework.
|
static |
Returns the current PCL major version number.
|
static |
Returns the current PCL minor version number.
|
inlinestatic |
Returns an integer that corresponds to the full PCL version.
The returned value is equal to:
Copy assignment. This operator is disabled because Version is not an instantiable class.
|
static |
Returns the current PCL release version number.