My Project
|
Top-level namespace for public functionality of the Lomiri API. More...
Top-level namespace for public functionality of the Lomiri API.
int lomiri::api::major_version | ( | ) |
Returns the major version number of the Lomiri API library.
The major version number is also available as the macro LOMIRI_API_VERSION_MAJOR
.
int lomiri::api::micro_version | ( | ) |
Returns the micro version number of the Lomiri API library.
The micro version number is also available as the macro LOMIRI_API_VERSION_MICRO
.
int lomiri::api::minor_version | ( | ) |
Returns the minor version number of the Lomiri API library.
The minor version number is also available as the macro LOMIRI_API_VERSION_MINOR
.
char const * lomiri::api::str | ( | ) |
Returns the Lomiri API version as a string in the format <major
>.<minor
>.<micro
>.
The version string is also available as the macro LOMIRI_API_VERSION_STRING
.