SDK Build type and version info.
More...
SDK Build type and version info.
◆ getBuildInfo()
FSDK_API const char * fsdk::getBuildInfo |
( |
| ) |
|
|
noexcept |
Get FaceEngine build description. The descripton contains used flags and compler settings.
- Returns
- description as a null-terminated string.
◆ getVersion()
Get FaceEngine version.
- Returns
- filled version structure.
◆ getVersionHash()
FSDK_API const char * fsdk::getVersionHash |
( |
| ) |
|
|
noexcept |
Get FaceEngine commit hash.
- Returns
- commit hash as a null-terminated string.
◆ getVersionString()
FSDK_API const char * fsdk::getVersionString |
( |
| ) |
|
|
noexcept |
Get FaceEngine version string.
- Returns
- version as a null-terminated string.
◆ operator!=()
Check if versions are not equal.
- Parameters
-
lhs | first version |
rhs | second version |
- Returns
- true if versions are not equal
◆ operator<()
Check if one version is less than another.
- Parameters
-
lhs | first version |
rhs | second version |
- Returns
- true if lhs is less than rhs
◆ operator==()
Check if versions are equal.
- Parameters
-
lhs | first version |
rhs | second version |
- Returns
- true if versions are equal