Ice 3.7 C++11 API Reference
Classes | Namespaces | Typedefs
CtrlCHandler.h File Reference
#include <IceUtil/Config.h>
#include <IceUtil/Exception.h>
Include dependency graph for CtrlCHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IceUtil::CtrlCHandler
 Provides a portable way to handle Ctrl-C and Ctrl-C like signals. More...
 
class  IceUtil::CtrlCHandlerException
 Raised by the CtrlCHandler constructor if another CtrlCHandler already exists. More...
 

Namespaces

 IceUtil
 

Typedefs

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