Provides information about Virgil library version.
More...
#include <VirgilVersion.h>
Provides information about Virgil library version.
◆ asNumber()
static size_t virgil::crypto::VirgilVersion::asNumber |
( |
| ) |
|
|
static |
Return version number in the format MMNNPP (Major, Minor, Patch).
◆ asString()
static std::string virgil::crypto::VirgilVersion::asString |
( |
| ) |
|
|
static |
Return the version number as string.
◆ fullName()
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.
◆ majorVersion()
static size_t virgil::crypto::VirgilVersion::majorVersion |
( |
| ) |
|
|
static |
Return the major version number.
◆ minorVersion()
static size_t virgil::crypto::VirgilVersion::minorVersion |
( |
| ) |
|
|
static |
Return the minor version number.
◆ patchVersion()
static size_t virgil::crypto::VirgilVersion::patchVersion |
( |
| ) |
|
|
static |
Return the minor version number.
The documentation for this class was generated from the following file: