HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Signal.h File Reference
#include "UT_API.h"
#include "UT_Array.h"
#include <signal.h>
+ 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)
 

Macro Definition Documentation

#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.

Typedef Documentation

typedef void(* UToldStyleSigHandler)(int)

Definition at line 169 of file UT_Signal.h.

typedef void(* UTsigHandler)(UTsignalHandlerArg)

Definition at line 164 of file UT_Signal.h.