|
osgCal
|
#include <osgCal/Export>Classes | |
| class | CustomAssert |
Defines | |
| #define | osgcal_customassert_h |
| #define | CUSTOM_ASSERT(_condition) CustomAssert::Instance().Check(_condition, #_condition, __FILE__, __FUNCTION__, __LINE__) |
| #define | CUSTOM_ASSERT_MSG(_condition, _message) CustomAssert::Instance().Check(_condition, #_condition, __FILE__, __FUNCTION__, __LINE__, _message) |
| #define CUSTOM_ASSERT | ( | _condition | ) | CustomAssert::Instance().Check(_condition, #_condition, __FILE__, __FUNCTION__, __LINE__) |
| #define CUSTOM_ASSERT_MSG | ( | _condition, | |
| _message | |||
| ) | CustomAssert::Instance().Check(_condition, #_condition, __FILE__, __FUNCTION__, __LINE__, _message) |
| #define osgcal_customassert_h |
1.7.3