|
Ice 3.7 C++11 API Reference
|
#include <Ice/Initialize.h>#include <IceUtil/Mutex.h>#include <IceUtil/Cond.h>#include <IceUtil/CtrlCHandler.h>

Go to the source code of this file.
Classes | |
| class | Ice::Application |
| Singleton helper class that simplifies Ice initialization, finalization and signal handling. More... | |
| class | Ice::CtrlCHandler |
| Provides a portable way to handle Ctrl-C and Ctrl-C like signals. More... | |
Namespaces | |
| namespace | Ice |
Typedefs | |
| using | Ice::CtrlCHandlerCallback |
| Invoked when a signal occurs. | |
Enumerations | |
| enum class | Ice::SignalPolicy : unsigned char { Ice::HandleSignals , Ice::NoSignalHandling } |
| Determines how the Application class handles signals. More... | |