![]() |
DDraceNetwork Documentation
|
#include <functional>Go to the source code of this file.
Macros | |
| #define | dbg_assert(test, fmt, ...) |
| #define | dbg_assert_failed(fmt, ...) |
Typedefs | |
| typedef std::function< void(const char *message)> | DBG_ASSERT_HANDLER |
Functions | |
| void | dbg_assert_imp (const char *filename, int line, const char *fmt,...) |
| bool | dbg_assert_has_failed () |
| void | dbg_break () |
| void | dbg_assert_set_handler (DBG_ASSERT_HANDLER handler) |
| void | dbg_msg (const char *sys, const char *fmt,...) |