Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
CtrlCHandler.h File Reference
#include <IceUtil/Config.h>
#include <IceUtil/Exception.h>
#include <functional>
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

namespace  IceUtil

Typedefs

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