#include "UT_API.h"#include <signal.h>Go to the source code of this file.
Classes | |
| class | UTsignalHandlerArg |
| class | UT_Signal |
| class | UT_Signal::UT_ComboSignalHandler |
Defines | |
| #define | UT_MAX_SIGNALS 64 |
Typedefs | |
| typedef void(* | UTsigHandler )(UTsignalHandlerArg) |
| typedef void(* | UToldStyleSigHandler )(int) |
| #define UT_MAX_SIGNALS 64 |
Definition at line 110 of file UT_Signal.h.
| typedef void(* UToldStyleSigHandler)(int) |
Definition at line 172 of file UT_Signal.h.
| typedef void(* UTsigHandler)(UTsignalHandlerArg) |
Definition at line 166 of file UT_Signal.h.
1.5.9