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... | |
#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.
Definition at line 40 of file HandleNullContext.h.
#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.
Definition at line 50 of file HandleNullContext.h.