Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Utility class for trapping OS signals. More...
Go to the source code of this file.
Classes | |
struct | SignalHandler< S, O > |
Signal handler for Linux and Unix compatibles. More... | |
Typedefs | |
typedef void(* | SignalHandlerFn) (int) |
Signal handler function pointer. More... | |
Functions | |
void | NullSignalHandler (int unused) |
Null signal handler function. More... | |
typedef void(* SignalHandlerFn) (int) |
Signal handler function pointer.
SignalHandlerFn is provided as a stand alone function pointer with external "C" linkage
|
inline |
Null signal handler function.
unused | the signal number |
NullSignalHandler is provided as a stand alone function with external "C" linkage and not a static member function due to the member function's implicit external "C++" linkage.