SDK Build type and version info.  
More...
Detailed Description
SDK Build type and version info. 
Function Documentation
Get FaceEngine build description. The descripton contains used flags and compler settings. 
- Returns:
 - description as a null-terminated string. 
 
 
 
Get FaceEngine version. 
- Returns:
 - filled version structure. 
 
 
 
Get FaceEngine commit hash. 
- Returns:
 - commit hash as a null-terminated string. 
 
 
 
Get FaceEngine version string. 
- Returns:
 - version as a null-terminated string. 
 
 
 
      
        
          | bool fsdk::operator!=  | 
          ( | 
          Version  | 
          lhs,  | 
        
        
           | 
           | 
          Version  | 
          rhs  | 
        
        
           | 
          ) | 
           |  [inline] | 
        
      
 
Check if versions are not equal. 
- Parameters:
 - 
  
    | lhs | first version  | 
    | rhs | second version  | 
  
   
- Returns:
 - true if versions are not equal 
 
 
 
      
        
          | bool fsdk::operator<  | 
          ( | 
          Version  | 
          lhs,  | 
        
        
           | 
           | 
          Version  | 
          rhs  | 
        
        
           | 
          ) | 
           |  [inline] | 
        
      
 
Check if one version is less than another. 
- Parameters:
 - 
  
    | lhs | first version  | 
    | rhs | second version  | 
  
   
- Returns:
 - true if lhs is less than rhs 
 
 
 
      
        
          | bool fsdk::operator==  | 
          ( | 
          Version  | 
          lhs,  | 
        
        
           | 
           | 
          Version  | 
          rhs  | 
        
        
           | 
          ) | 
           |  [inline] | 
        
      
 
Check if versions are equal. 
- Parameters:
 - 
  
    | lhs | first version  | 
    | rhs | second version  | 
  
   
- Returns:
 - true if versions are equal