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_on
On.
bug_assert
Assert.
bug_assert_ptr
Assert pointer.
bug_not_implemented
Not implemented.
bug_never_here
Never here.
bug_floting_point_exception
Floating point exception.
bug_invalid_opcode
Invalid opcode.
bug_terminal_interrupt
Terminal intterrupt.
bug_page_fault
Page fault.
bug_breakpoint
Breakpoint.