The Gaudi Framework  v29r0 (ff2e7097)
Service.h File Reference
Include dependency graph for Service.h:

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 212 of file Service.h.

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

Definition at line 214 of file Service.h.

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

Definition at line 211 of file Service.h.