Go to the source code of this file.
Macros | |
#define | FRWK_CHECK_CUDA_ERROR(x) |
#define | FRWK_CHECK_CUDA_ERROR_NOTHROW(x) |
#define | FRWK_CHECK_DW_ERROR(x) |
#define | FRWK_CHECK_DW_ERROR_IGNORE_SOME(x, fallback, ...) |
#define | FRWK_CHECK_DW_ERROR_MSG(x, description) |
#define | FRWK_CHECK_DW_ERROR_NOTHROW(x) |
#define | FRWK_CHECK_DW_ERROR_NOTHROW_IGNORE_SOME(x, fallback, ...) |
#define | FRWK_CHECK_NVMEDIA_ERROR(e) |
#define | GET_STRING(s) #s |
#define | THROW_ON_PARAM_NULL(param) |
#define FRWK_CHECK_CUDA_ERROR | ( | x | ) |
Definition at line 126 of file Exception.hpp.
#define FRWK_CHECK_CUDA_ERROR_NOTHROW | ( | x | ) |
Definition at line 136 of file Exception.hpp.
#define FRWK_CHECK_DW_ERROR | ( | x | ) |
Definition at line 47 of file Exception.hpp.
#define FRWK_CHECK_DW_ERROR_IGNORE_SOME | ( | x, | |
fallback, | |||
... | |||
) |
Definition at line 57 of file Exception.hpp.
#define FRWK_CHECK_DW_ERROR_MSG | ( | x, | |
description | |||
) |
Definition at line 114 of file Exception.hpp.
#define FRWK_CHECK_DW_ERROR_NOTHROW | ( | x | ) |
Definition at line 83 of file Exception.hpp.
#define FRWK_CHECK_DW_ERROR_NOTHROW_IGNORE_SOME | ( | x, | |
fallback, | |||
... | |||
) |
Definition at line 96 of file Exception.hpp.
#define FRWK_CHECK_NVMEDIA_ERROR | ( | e | ) |
Definition at line 150 of file Exception.hpp.
#define GET_STRING | ( | s | ) | #s |
Definition at line 56 of file Exception.hpp.
#define THROW_ON_PARAM_NULL | ( | param | ) |
Definition at line 39 of file Exception.hpp.