#include <osgCal/Export>Classes | |
| class | CustomAssert |
Defines | |
| #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) |
1.4.7