Provides information about Virgil library version.
More...
#include <VirgilVersion.h>
Provides information about Virgil library version.
static size_t virgil::crypto::VirgilVersion::asNumber |
( |
| ) |
|
|
static |
Return version number in the format MMNNPP (Major, Minor, Patch).
static std::string virgil::crypto::VirgilVersion::asString |
( |
| ) |
|
|
static |
Return the version number as string.
static std::string virgil::crypto::VirgilVersion::fullName |
( |
| ) |
|
|
static |
Return version full name.
If current release contains some additional tag, like rc1, then version full name will be different from the string returned by method asString(), i.e. 1.3.4-rc1, or 1.3.4-coolfeature, etc.
static size_t virgil::crypto::VirgilVersion::majorVersion |
( |
| ) |
|
|
static |
Return the major version number.
static size_t virgil::crypto::VirgilVersion::minorVersion |
( |
| ) |
|
|
static |
Return the minor version number.
static size_t virgil::crypto::VirgilVersion::patchVersion |
( |
| ) |
|
|
static |
Return the minor version number.
The documentation for this class was generated from the following file: