Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
Application.h File Reference
#include <Ice/Initialize.h>
#include <IceUtil/Mutex.h>
#include <IceUtil/Cond.h>
#include <IceUtil/CtrlCHandler.h>
Include dependency graph for Application.h:
This graph shows which files directly or indirectly include this file:

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