Face Engine SDK  4.7.0
A face detection, recognition and tracking engine.
Def.h File Reference

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.
 

Detailed Description

Common SDK definitions.

Date
25.06.2014