|
qpmad
Eigen-based C++ QP solver.
|
Throw & assert macro. More...
#include <stdexcept>Go to the source code of this file.
Macros | |
| #define | QPMAD_UTILS_THROW_EXCEPTION(exception_type, message) |
| #define | QPMAD_UTILS_THROW(s) |
| #define | QPMAD_UTILS_PERSISTENT_ASSERT(condition, ...) |
| #define | QPMAD_UTILS_ASSERT(condition, ...) |
Throw & assert macro.
Definition in file exception.h.
| #define QPMAD_UTILS_ASSERT | ( | condition, | |
| ... ) |
Definition at line 31 of file exception.h.
| #define QPMAD_UTILS_PERSISTENT_ASSERT | ( | condition, | |
| ... ) |
Definition at line 22 of file exception.h.
| #define QPMAD_UTILS_THROW | ( | s | ) |
Definition at line 18 of file exception.h.
| #define QPMAD_UTILS_THROW_EXCEPTION | ( | exception_type, | |
| message ) |
Definition at line 16 of file exception.h.