Medusa  1.1
Coordinate Free Mehless Method implementation
assert.cpp File Reference

Detailed Description

Implementation of custom assert utilities.

Definition in file assert.cpp.

+ Include dependency graph for assert.cpp:

Go to the source code of this file.

Namespaces

 mm
 Root namespace for the whole library.
 
 mm::assert_internal
 Namespace holding custom assert implementation.
 

Functions

bool mm::assert_internal::assert_handler_implementation (const char *condition, const char *file, const char *func_name, int line, const char *message, tfm::FormatListRef format_list)
 Actual assert implementation. More...