|
HDK
|
Include dependency graph for UT_Signal.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UTsignalHandlerArg |
| class | UT_Signal |
| class | UT_Signal::Empty |
Macros | |
| #define | SIGEMT SIGBUS |
| #define | SIGSYS SIGBUS |
| #define | UT_MAX_SIGNALS 64 |
Typedefs | |
| typedef void(* | UTsigHandler )(UTsignalHandlerArg) |
| typedef void(* | UToldStyleSigHandler )(int) |
| #define SIGEMT SIGBUS |
Definition at line 88 of file UT_Signal.h.
| #define SIGSYS SIGBUS |
Definition at line 96 of file UT_Signal.h.
| #define UT_MAX_SIGNALS 64 |
Definition at line 102 of file UT_Signal.h.
Definition at line 169 of file UT_Signal.h.
| typedef void(* UTsigHandler)(UTsignalHandlerArg) |
Definition at line 164 of file UT_Signal.h.