Flow123d
JS_before_hm-1626-gde32303
|
#include <asserts.hh>
Public Member Functions | |
AssertNull () | |
Constructor. More... | |
AssertNull (FMT_UNUSED const Assert &other) | |
Copy constructor. More... | |
~AssertNull () | |
Destructor. More... | |
template<typename T > | |
AssertNull & | add_value (FMT_UNUSED T var_current_val, FMT_UNUSED const char *var_name) |
Empty method, only guarantees consistent code. More... | |
void | error (FMT_UNUSED std::string error_msg="") |
Empty method, only guarantees consistent code. More... | |
void | warning (FMT_UNUSED std::string warning_msg="") |
Empty method, only guarantees consistent code. More... | |
Public Attributes | |
AssertNull & | _FEAL_ASSERT_A |
clever macro A More... | |
AssertNull & | _FEAL_ASSERT_B |
clever macro B More... | |
Helper class defined empty code.
Usage only in FEAL_ASSERT_DBG macro if FLOW123D_DEBUG_ASSERTS is off.
Definition at line 179 of file asserts.hh.
|
inline |
Constructor.
Definition at line 182 of file asserts.hh.
|
inline |
Copy constructor.
Definition at line 187 of file asserts.hh.
|
inline |
Destructor.
Definition at line 192 of file asserts.hh.
|
inline |
Empty method, only guarantees consistent code.
Definition at line 199 of file asserts.hh.
|
inline |
Empty method, only guarantees consistent code.
Definition at line 204 of file asserts.hh.
|
inline |
Empty method, only guarantees consistent code.
Definition at line 207 of file asserts.hh.
AssertNull& feal::AssertNull::_FEAL_ASSERT_A |
clever macro A
Definition at line 194 of file asserts.hh.
AssertNull& feal::AssertNull::_FEAL_ASSERT_B |
clever macro B
Definition at line 195 of file asserts.hh.