#include <opennurbs_error.h>
◆ Type
| Enumerator |
|---|
| Unset | |
| Warning | call to ON_WARNING / ON_Warning / ON_WarningEx
|
| Error | call to ON_ERROR / ON_Error / ON_ErrorEx
|
| Assert | ON_ASSERT (do not use ON_ASSERT - write code that handles errors and calls ON_ERROR)
|
| Custom | |
| SubDError | call to ON_SubDIncrementErrorCount()
|
| BrepError | call to ON_BrepIncrementErrorCount()
|
| NotValid | call to ON_IsNotValid()
|
◆ ON_ErrorEvent() [1/3]
| ON_ErrorEvent::ON_ErrorEvent |
( |
| ) |
|
|
default |
◆ ~ON_ErrorEvent()
| ON_ErrorEvent::~ON_ErrorEvent |
( |
| ) |
|
|
default |
◆ ON_ErrorEvent() [2/3]
◆ ON_ErrorEvent() [3/3]
| ON_ErrorEvent::ON_ErrorEvent |
( |
ON_ErrorEvent::Type |
event_type, |
|
|
const char * |
file_name, |
|
|
unsigned int |
line_number, |
|
|
const char * |
function_name, |
|
|
const char * |
description |
|
) |
| |
◆ Create()
| static const ON_ErrorEvent ON_ErrorEvent::Create |
( |
ON_ErrorEvent::Type |
event_type, |
|
|
const char * |
file_name, |
|
|
unsigned int |
line_number, |
|
|
const char * |
function_name, |
|
|
const char * |
description |
|
) |
| |
|
static |
◆ Description()
| const char* ON_ErrorEvent::Description |
( |
| ) |
const |
◆ Dump()
| void ON_ErrorEvent::Dump |
( |
class ON_TextLog & |
text_log | ) |
const |
◆ EventType()
◆ FileName()
| const char* ON_ErrorEvent::FileName |
( |
| ) |
const |
◆ FunctionName()
| const char* ON_ErrorEvent::FunctionName |
( |
| ) |
const |
◆ LineNumber()
| unsigned int ON_ErrorEvent::LineNumber |
( |
| ) |
const |
◆ operator=()
◆ ToString()
| const ON_String ON_ErrorEvent::ToString |
( |
| ) |
const |
◆ TypeToString()
◆ ON_ErrorLog
◆ Unset