Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | CRI_ASSERT_TEST_SPECIFIER_throw(...) , |
#define | CRI_ASSERT_SPECIFIER_throw(Ex, Stmt) |
#define | CRI_ASSERT_TEST_SPECIFIER_nothrow(...) , |
#define | CRI_ASSERT_SPECIFIER_nothrow(Stmt) |
#define | CRI_ASSERT_TEST_SPECIFIER_anythrow(...) , |
#define | CRI_ASSERT_SPECIFIER_anythrow(Stmt) |
#define CRI_ASSERT_SPECIFIER_anythrow | ( | Stmt | ) |
Definition at line 89 of file exceptions.h.
#define CRI_ASSERT_SPECIFIER_nothrow | ( | Stmt | ) |
Definition at line 63 of file exceptions.h.
#define CRI_ASSERT_SPECIFIER_throw | ( | Ex, | |
Stmt ) |
Definition at line 30 of file exceptions.h.
#define CRI_ASSERT_TEST_SPECIFIER_anythrow | ( | ... | ) | , |
Definition at line 88 of file exceptions.h.
#define CRI_ASSERT_TEST_SPECIFIER_nothrow | ( | ... | ) | , |
Definition at line 62 of file exceptions.h.
#define CRI_ASSERT_TEST_SPECIFIER_throw | ( | ... | ) | , |
Definition at line 29 of file exceptions.h.