Ice 3.7 C++98 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

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

Enumerations

enum  Ice::SignalPolicy { Ice::HandleSignals , Ice::NoSignalHandling }