![]()  | 
  
    Face Engine SDK
    5.8.0
    
   A face detection, recognition and tracking engine. 
   | 
 
Common SDK definitions. More...
Go to the source code of this file.
Macros | |
| #define | FSDK_DEPRECATED(msg) | 
| #define | FSDK_API | 
| Dummy.  | |
| #define | ALIGN_UP(value, align) | 
| #define | ALIGNED(x) __attribute__ ((aligned(x))) | 
| #define | RESTRICT __restrict__ | 
| #define | FORCE_INLINE inline __attribute__ ((always_inline)) | 
| #define | DECLARE_SMARTPTR(X) struct X; using X##Ptr = fsdk::Ref<X> | 
| Smart ptr declaration helper macro.  | |
| #define | STRINGIFY2(x) #x | 
| Stringification helper macro.  | |
| #define | STRINGIFY(x) STRINGIFY2(x) | 
| Stringifies it's argument.  | |
Common SDK definitions.