#include <UT_Interrupt.h>
Public Member Functions | |
| UT_AutoInterrupt (const char *operation_name, UT_Interrupt *boss=UTgetInterrupt()) | |
| ~UT_AutoInterrupt () | |
| bool | wasInterrupted () |
| UT_Interrupt * | getInterrupt () const |
Definition at line 335 of file UT_Interrupt.h.
| UT_AutoInterrupt::UT_AutoInterrupt | ( | const char * | operation_name, | |
| UT_Interrupt * | boss = UTgetInterrupt() | |||
| ) | [inline] |
Definition at line 338 of file UT_Interrupt.h.
| UT_AutoInterrupt::~UT_AutoInterrupt | ( | ) | [inline] |
Definition at line 346 of file UT_Interrupt.h.
| UT_Interrupt* UT_AutoInterrupt::getInterrupt | ( | ) | const [inline] |
Definition at line 359 of file UT_Interrupt.h.
| bool UT_AutoInterrupt::wasInterrupted | ( | ) | [inline] |
Definition at line 352 of file UT_Interrupt.h.
1.5.9