Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
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

namespace  IceUtil

Typedefs

typedef void(* IceUtil::CtrlCHandlerCallback) (int sig)
 Invoked when a signal occurs.