#include <UT_Signal.h>
Definition at line 108 of file UT_Signal.h.
UTsignalHandlerArg::UTsignalHandlerArg |
( |
int |
signal_num | ) |
|
|
inline |
UTsignalHandlerArg::~UTsignalHandlerArg |
( |
| ) |
|
|
default |
Increment the depth from the signal handler in the copy constructor. That way, as the signal handler argument is passed from the signal handler function to other functions, we'll know how far back up in the stack the original signal handler function is.
Definition at line 122 of file UT_Signal.h.
int UTsignalHandlerArg::getDepthFromSignalHandler |
( |
| ) |
const |
|
inline |
const void* UTsignalHandlerArg::getOpaqueCPUContext |
( |
| ) |
const |
|
inline |
int UTsignalHandlerArg::getSignalNum |
( |
| ) |
const |
|
inline |
void UTsignalHandlerArg::setSignalContext |
( |
void * |
opaque_cpu_context | ) |
|
|
inline |
void UTsignalHandlerArg::setUserData |
( |
void * |
user_data | ) |
|
|
inline |
void* UTsignalHandlerArg::userData |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: