VampPluginSDK  2.1
hostguard.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _VAMP_IN_HOSTSDK
 
#define _VAMP_SDK_HOSTSPACE_BEGIN(h)   namespace _VampHost {
 
#define _VAMP_SDK_HOSTSPACE_END(h)
 
#define _VAMP_SDK_PLUGSPACE_BEGIN(h)   namespace _VampHost {
 
#define _VAMP_SDK_PLUGSPACE_END(h)
 

Macro Definition Documentation

#define _VAMP_IN_HOSTSDK

Definition at line 44 of file hostguard.h.

#define _VAMP_SDK_HOSTSPACE_BEGIN (   h)    namespace _VampHost {

Definition at line 52 of file hostguard.h.

#define _VAMP_SDK_HOSTSPACE_END (   h)
Value:
} \
using namespace _VampHost;

Definition at line 55 of file hostguard.h.

#define _VAMP_SDK_PLUGSPACE_BEGIN (   h)    namespace _VampHost {

Definition at line 58 of file hostguard.h.

#define _VAMP_SDK_PLUGSPACE_END (   h)
Value:
} \
using namespace _VampHost;

Definition at line 61 of file hostguard.h.