#include <isignal.h>
Public Types | |
typedef Caller::first_argument_type | first_argument_type |
typedef Caller::second_argument_type | second_argument_type |
typedef Caller::third_argument_type | third_argument_type |
typedef SignalHandlerResult | result_type |
Static Public Member Functions | |
static result_type | call (first_argument_type a1, second_argument_type a2, third_argument_type a3) |
Definition at line 48 of file isignal.h.
typedef Caller::first_argument_type SignalHandlerCaller3< Caller >::first_argument_type |
typedef SignalHandlerResult SignalHandlerCaller3< Caller >::result_type |
typedef Caller::second_argument_type SignalHandlerCaller3< Caller >::second_argument_type |
typedef Caller::third_argument_type SignalHandlerCaller3< Caller >::third_argument_type |
static result_type SignalHandlerCaller3< Caller >::call | ( | first_argument_type | a1, | |
second_argument_type | a2, | |||
third_argument_type | a3 | |||
) | [inline, static] |