|
Ice 3.7 C++11 API Reference
|


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. | |