HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UTsignalHandlerArg Class Reference

#include <UT_Signal.h>

Public Member Functions

 UTsignalHandlerArg (int signal_num)
 
 ~UTsignalHandlerArg ()=default
 
 UTsignalHandlerArg (const UTsignalHandlerArg &sig_arg)
 
UTsignalHandlerArgoperator= (const UTsignalHandlerArg &sig_arg)=delete
 
int getSignalNum () const
 
void setSignalContext (void *opaque_cpu_context)
 
const voidgetOpaqueCPUContext () const
 
int getDepthFromSignalHandler () const
 
void setUserData (void *user_data)
 
voiduserData ()
 

Detailed Description

Definition at line 108 of file UT_Signal.h.

Constructor & Destructor Documentation

UTsignalHandlerArg::UTsignalHandlerArg ( int  signal_num)
inline

Definition at line 111 of file UT_Signal.h.

UTsignalHandlerArg::~UTsignalHandlerArg ( )
default
UTsignalHandlerArg::UTsignalHandlerArg ( const UTsignalHandlerArg sig_arg)
inline

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.

Member Function Documentation

int UTsignalHandlerArg::getDepthFromSignalHandler ( ) const
inline

Definition at line 148 of file UT_Signal.h.

const void* UTsignalHandlerArg::getOpaqueCPUContext ( ) const
inline

Definition at line 146 of file UT_Signal.h.

int UTsignalHandlerArg::getSignalNum ( ) const
inline

Definition at line 133 of file UT_Signal.h.

UTsignalHandlerArg& UTsignalHandlerArg::operator= ( const UTsignalHandlerArg sig_arg)
delete
void UTsignalHandlerArg::setSignalContext ( void opaque_cpu_context)
inline

Definition at line 142 of file UT_Signal.h.

void UTsignalHandlerArg::setUserData ( void user_data)
inline

Definition at line 151 of file UT_Signal.h.

void* UTsignalHandlerArg::userData ( )
inline

Definition at line 152 of file UT_Signal.h.


The documentation for this class was generated from the following file: