DataStorm  0.1
Data Distribution Service
Classes | Namespaces | Typedefs
CtrlCHandler.h File Reference
#include <DataStorm/Config.h>
#include <functional>

Go to the source code of this file.

Classes

class  DataStorm::CtrlCHandler
 Provides a portable way to handle Ctrl-C and Ctrl-C like signals. More...
 

Namespaces

 DataStorm
 

Typedefs

using DataStorm::CtrlCHandlerCallback = std::function< void(int sig)>
 Invoked when a signal occurs. More...