TwiceAsNice  2019-02-18
Classes | Namespaces | Typedefs
Application.h File Reference
#include <Nice/Util/Sync.h>
#include <Nice/Property/Joint.h>
#include <Nice/App/Endpoint.h>
#include <Nice/Config.h>
#include <Nice/Log.h>
#include <map>
#include <string>
#include <vector>
Include dependency graph for Application.h:

Classes

class  Nice::DispatcherSchedulerPrio< Task >
 SchedulingPolicy which implements prioritized ordering. More...
 
class  Nice::DispatcherThreadPool< Task, SchedulingPolicy >
 Thread pool. More...
 
class  Nice::Application
 

Namespaces

 Nice
 

 

Typedefs

typedef IceUtil::Handle< ServiceWatchdog > Nice::ServiceWatchdogPtr
 
typedef DispatcherThreadPool< DispatcherFuncPrio, DispatcherSchedulerPrio > Nice::PrioThreadPool
 Pool for prioritized task. More...
 
typedef IceUtil::Handle< PrioThreadPool > Nice::PrioThreadPoolPtr