![]() |
odtone::bug
// In header: </home/carlos/Projectos/odtone/inc/odtone/debug.hpp> enum bug { bug_on, bug_assert, bug_assert_ptr, bug_not_implemented, bug_never_here, bug_floting_point_exception, bug_invalid_opcode, bug_terminal_interrupt, bug_page_fault, bug_breakpoint };
Bug code enumeration.
bug_onOn.
bug_assertAssert.
bug_assert_ptrAssert pointer.
bug_not_implementedNot implemented.
bug_never_hereNever here.
bug_floting_point_exceptionFloating point exception.
bug_invalid_opcodeInvalid opcode.
bug_terminal_interruptTerminal intterrupt.
bug_page_faultPage fault.
bug_breakpointBreakpoint.