Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros
Service.h File Reference
#include "GaudiKernel/IService.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/ServiceLocatorHelper.h"
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/IStateful.h"
#include "GaudiKernel/PropertyMgr.h"
#include "GaudiKernel/Property.h"
#include "GaudiKernel/IAuditorSvc.h"
#include "GaudiKernel/CommonMessaging.h"
#include "GaudiKernel/SmartIF.h"
#include <Gaudi/PluginService.h>
#include <vector>
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.


Generated at Wed Jun 4 2014 14:48:59 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004