Go to the documentation of this file.
37 #ifndef _VAMP_SDK_PLUGGUARD_H_
38 #define _VAMP_SDK_PLUGGUARD_H_
70 #ifndef _VAMP_IN_HOSTSDK
72 #define _VAMP_IN_PLUGINSDK 1
74 #ifdef _VAMP_NO_PLUGIN_NAMESPACE
75 #define _VAMP_SDK_PLUGSPACE_BEGIN(h)
76 #define _VAMP_SDK_PLUGSPACE_END(h)
78 #ifdef _VAMP_PLUGIN_IN_HOST_NAMESPACE
79 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) \
82 #define _VAMP_SDK_PLUGSPACE_END(h) \
84 using namespace _VampHost;
86 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) \
87 namespace _VampPlugin {
89 #define _VAMP_SDK_PLUGSPACE_END(h) \
91 using namespace _VampPlugin;