36#ifndef IMT_BASE_CORE_DIAGNOSTICS_DIAGNOSTICS_H
37#define IMT_BASE_CORE_DIAGNOSTICS_DIAGNOSTICS_H
66inline void ASSERT_EX(
bool const condition)
noexcept {
void ASSERT_DEBUG1(bool const condition, char_t const *const pMessage) noexcept
"Assert for debugging only" (ASSERT_DEBUG).
void ASSERT_EX(bool const condition) noexcept
void ASSERT_DEBUG(bool const condition) noexcept
void ASSERT_EX1(bool const condition, char_t const *const pMessage) noexcept
"Assert and throw exception" (ASSERT_EX).
static void fireAssert(AssertEvent const actionEvent, char_t const *const pMessage) noexcept
Fire the assertion.
@ ASSERT_EX_EVENT
Something unexpected happened (it's not safe to continue program execution!)
@ ASSERT_DEBUG_EVENT
Inform developer that something happened (it's ok to continue, not included in release build)
char char_t
The char_t typedef does not indicate size and signedness and is simply included to allow char objects...