Macros
ie_api.h File Reference

The macro defines a symbol import/export mechanism essential for Microsoft Windows(R) OS. More...

#include "details/ie_no_copy.hpp"

Go to the source code of this file.

Macros

#define INFERENCE_ENGINE_CDECL   __attribute__((cdecl))
 
#define INFERENCE_ENGINE_API(type)   extern "C" type
 
#define INFERENCE_ENGINE_API_CPP(type)   type
 
#define INFERENCE_ENGINE_API_CLASS(type)   type
 
#define INFERENCE_ENGINE_DEPRECATED   __attribute__((deprecated))
 
#define IE_DO_PRAGMA(x)
 
#define IE_SUPPRESS_DEPRECATED_START
 
#define IE_SUPPRESS_DEPRECATED_END
 

Detailed Description

The macro defines a symbol import/export mechanism essential for Microsoft Windows(R) OS.