OSVR-Core
|
Header. More...
Go to the source code of this file.
Macros | |
#define | OSVR_PLUGIN_HANDLE_NULL_CONTEXT(FUNC, CONTEXT_NAME) |
Internal macro for use in C API function implementations to check the validity of a context parameter for return-code functions. More... | |
#define | OSVR_PLUGIN_HANDLE_NULL_CONTEXT_CONSTRUCTOR(FUNC, CONTEXT_NAME) |
Internal macro for use in C API function implementations to check the validity of a context parameter for constructor-like functions. More... | |
Header.
#define OSVR_PLUGIN_HANDLE_NULL_CONTEXT | ( | FUNC, | |
CONTEXT_NAME | |||
) |
Internal macro for use in C API function implementations to check the validity of a context parameter for return-code functions.
#define OSVR_PLUGIN_HANDLE_NULL_CONTEXT_CONSTRUCTOR | ( | FUNC, | |
CONTEXT_NAME | |||
) |
Internal macro for use in C API function implementations to check the validity of a context parameter for constructor-like functions.