Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Config::Assert Namespace Reference

Variables

constexpr bool LOG_ASSERTS = !Build::IS_RELEASE_BUILD
 Log assert fails messages to the error log file.
 
constexpr bool SHOW_MESSAGE_BOX = LOG_ASSERTS
 Popup a GUI Message Box on asserts;.
 
constexpr bool CONTINUE_ON_ASSERT = false
 Do not call the platform "assert" function in order to continue application execution.
 

Variable Documentation

◆ CONTINUE_ON_ASSERT

constexpr bool Divide::Config::Assert::CONTINUE_ON_ASSERT = false
constexpr

Do not call the platform "assert" function in order to continue application execution.

Definition at line 79 of file config.h.

◆ LOG_ASSERTS

constexpr bool Divide::Config::Assert::LOG_ASSERTS = !Build::IS_RELEASE_BUILD
constexpr

Log assert fails messages to the error log file.

Definition at line 73 of file config.h.

◆ SHOW_MESSAGE_BOX

constexpr bool Divide::Config::Assert::SHOW_MESSAGE_BOX = LOG_ASSERTS
constexpr

Popup a GUI Message Box on asserts;.

Definition at line 76 of file config.h.