|
MOOSE - Multiscale Object Oriented Simulation Environment
|
Include dependency graph for simple_assert.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| moose | |
| moose::assertion | |
| moose::assertion::detail | |
Macros | |
| #define | SIMPLE_ASSERT(expr) assert(expr) |
| #define | SIMPLE_ASSERT_HPP |
| #define | SIMPLE_ASSERT_MSG(expr, msg) |
| #define | SIMPLE_ASSERT_MSG_OSTREAM std::cerr |
| #define | SIMPLE_VERIFY(expr) MOOSE_ASSERT(expr) |
| #define | SIMPLE_WARN(condition, msg) |
Functions | |
| void | moose::assertion::detail::assertion_failed_msg (char const *expr, char const *msg, char const *function, char const *file, long line) |
| #define SIMPLE_ASSERT | ( | expr | ) | assert(expr) |
Definition at line 58 of file simple_assert.hpp.
| #define SIMPLE_ASSERT_HPP |
Definition at line 87 of file simple_assert.hpp.
| #define SIMPLE_ASSERT_MSG | ( | expr, | |
| msg | |||
| ) |
Definition at line 123 of file simple_assert.hpp.
Referenced by HSolveUtils::gates().
| #define SIMPLE_ASSERT_MSG_OSTREAM std::cerr |
Definition at line 95 of file simple_assert.hpp.
Referenced by moose::assertion::detail::assertion_failed_msg().
| #define SIMPLE_VERIFY | ( | expr | ) | MOOSE_ASSERT(expr) |
Definition at line 141 of file simple_assert.hpp.
| #define SIMPLE_WARN | ( | condition, | |
| msg | |||
| ) |
Definition at line 149 of file simple_assert.hpp.