File assert.h#
Defines
-
SYM_ASSERT(expr, ...)#
Assert a runtime condition with a #define disable mechanism.
Inspiration taken from: http://cnicholson.net/2009/02/stupid-c-tricks-adventures-in-assert/
-
SYM_ASSERT_EQ(a, b, ...)#
-
SYM_ASSERT_LT(a, b, ...)#
-
SYM_ASSERT_LE(a, b, ...)#
-
SYM_ASSERT_GT(a, b, ...)#
-
SYM_ASSERT_GE(a, b, ...)#
-
namespace sym#