|  | QCAD
    Open Source 2D CAD | 
#include "opennurbs.h"| Macros | |
| #define | MAX_MSG_LENGTH 2048 | 
| Functions | |
| void | ON_Assert (int bCondition, const char *sFileName, int line_number, const char *sFormat,...) | 
| void | ON_EnableDebugBreak (int bEnableDebugBreak) | 
| void | ON_EnableDebugBreakOnFirstError (int bEnableDebugBreak) | 
| void | ON_EnableDebugErrorMessage (int bEnableDebugErrorMessage) | 
| void | ON_Error (const char *sFileName, int line_number, const char *sFormat,...) | 
| static bool | ON_FormatMessage (const char *, va_list) | 
| int | ON_GetDebugBreak (void) | 
| int | ON_GetDebugBreakOnFirstError (void) | 
| int | ON_GetDebugErrorMessage (void) | 
| int | ON_GetErrorCount (void) | 
| int | ON_GetMathErrorCount (void) | 
| int | ON_GetWarningCount (void) | 
| void | ON_MathError (const char *sModuleName, const char *sErrorType, const char *sFunctionName) | 
| void | ON_Warning (const char *sFileName, int line_number, const char *sFormat,...) | 
| Variables | |
| static int | ON_DEBUG_BREAK_ON_FIRST_ERROR_OPTION = 0 | 
| static int | ON_DEBUG_BREAK_OPTION = 0 | 
| static int | ON_DEBUG_ERROR_MESSAGE_OPTION = 0 | 
| static int | ON_ERROR_COUNT = 0 | 
| static int | ON_MATH_ERROR_COUNT = 0 | 
| static int | ON_WARNING_COUNT = 0 | 
| static char | sMessage [MAX_MSG_LENGTH] | 
| #define MAX_MSG_LENGTH 2048 | 
| void ON_Assert | ( | int | bCondition, | 
| const char * | sFileName, | ||
| int | line_number, | ||
| const char * | sFormat, | ||
| ... ) | 
| void ON_EnableDebugBreak | ( | int | bEnableDebugBreak | ) | 
| void ON_EnableDebugBreakOnFirstError | ( | int | bEnableDebugBreak | ) | 
| void ON_EnableDebugErrorMessage | ( | int | bEnableDebugErrorMessage | ) | 
| 
 | static | 
| int ON_GetDebugBreak | ( | void | ) | 
| int ON_GetDebugBreakOnFirstError | ( | void | ) | 
| int ON_GetDebugErrorMessage | ( | void | ) | 
| int ON_GetErrorCount | ( | void | ) | 
| int ON_GetMathErrorCount | ( | void | ) | 
| int ON_GetWarningCount | ( | void | ) | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static |