All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Service.h File Reference
Include dependency graph for Service.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Service
 Base class for all services. More...
 
class  SvcFactory< T >
 

Macros

#define DECLARE_SERVICE_FACTORY(x)   DECLARE_FACTORY_WITH_CREATOR(x, SvcFactory< x >, Service::Factory)
 
#define DECLARE_NAMED_SERVICE_FACTORY(x, n)   DECLARE_FACTORY_WITH_CREATOR_AND_ID(x, SvcFactory< x >, #n, Service::Factory)
 
#define DECLARE_NAMESPACE_SERVICE_FACTORY(n, x)   DECLARE_SERVICE_FACTORY(n::x)
 

Macro Definition Documentation

#define DECLARE_NAMED_SERVICE_FACTORY (   x,
 
)    DECLARE_FACTORY_WITH_CREATOR_AND_ID(x, SvcFactory< x >, #n, Service::Factory)

Definition at line 289 of file Service.h.

#define DECLARE_NAMESPACE_SERVICE_FACTORY (   n,
 
)    DECLARE_SERVICE_FACTORY(n::x)

Definition at line 291 of file Service.h.

#define DECLARE_SERVICE_FACTORY (   x)    DECLARE_FACTORY_WITH_CREATOR(x, SvcFactory< x >, Service::Factory)

Definition at line 287 of file Service.h.