Face Engine SDK  5.14.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Version.h File Reference

SDK version information routines. More...

#include <fsdk/Def.h>
#include <cstdint>

Go to the source code of this file.

Classes

struct  fsdk::Version
 

Namespaces

 fsdk
 SDK namespace.
 

Functions

bool fsdk::operator< (Version lhs, Version rhs) noexcept
 Check if one version is less than another. More...
 
bool fsdk::operator== (Version lhs, Version rhs) noexcept
 Check if versions are equal. More...
 
bool fsdk::operator!= (Version lhs, Version rhs) noexcept
 Check if versions are not equal. More...
 
FSDK_API Version fsdk::getVersion () noexcept
 Get FaceEngine version. More...
 
FSDK_API const char * fsdk::getVersionHash () noexcept
 Get FaceEngine commit hash. More...
 
FSDK_API const char * fsdk::getVersionString () noexcept
 Get FaceEngine version string. More...
 
FSDK_API const char * fsdk::getBuildInfo () noexcept
 Get FaceEngine build description. The descripton contains used flags and compler settings. More...
 

Detailed Description

SDK version information routines.

Date
11.10.2016