#include "blocxx/BLOCXX_config.h"
#include "blocxx/Exception.hpp"
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Classes | |
class | BLOCXX_NAMESPACE::AssertionException |
Defines | |
#define | BLOCXX_ASSERT(CON) |
BLOCXX_ASSERT works similar to the assert() macro, but instead of calling abort(), it throws an AssertionException. | |
#define | BLOCXX_ASSERTMSG(CON, MSG) |
BLOCXX_ASSERTMSG works the same as BLOCXX_ASSERT, but with a second string parameter that will be added to the exception message on failure. |
|
|
BLOCXX_ASSERTMSG works the same as BLOCXX_ASSERT, but with a second string parameter that will be added to the exception message on failure.
Definition at line 71 of file Assertion.hpp. Referenced by BLOCXX_NAMESPACE::LogAppender::getLogLevel(), BLOCXX_NAMESPACE::initGuardAndKey(), and BLOCXX_NAMESPACE::Logger::setThreadLogger(). |