Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Classes | Defines

SvcFactory.h File Reference

#include "Reflex/PluginService.h"
#include "RVersion.h"
Include dependency graph for SvcFactory.h:

Go to the source code of this file.

Classes

class  SvcFactory< T >

Defines

#define DECLARE_SERVICE_FACTORY(x)   PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*))
#define DECLARE_NAMED_SERVICE_FACTORY(x, n)   PLUGINSVC_FACTORY_WITH_ID(x,std::string(#n), IService*(std::string, ISvcLocator*))
#define DECLARE_NAMESPACE_SERVICE_FACTORY(n, x)   using n::x; PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*))
#define DECLARE_SERVICE(x)
#define DECLARE_NAMESPACE_SERVICE(n, x)

Define Documentation

#define DECLARE_NAMED_SERVICE_FACTORY (   x,
 
)    PLUGINSVC_FACTORY_WITH_ID(x,std::string(#n), IService*(std::string, ISvcLocator*))

Definition at line 39 of file SvcFactory.h.

#define DECLARE_NAMESPACE_SERVICE (   n,
 
)

Definition at line 42 of file SvcFactory.h.

#define DECLARE_NAMESPACE_SERVICE_FACTORY (   n,
 
)    using n::x; PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*))

Definition at line 40 of file SvcFactory.h.

#define DECLARE_SERVICE (   x )

Definition at line 41 of file SvcFactory.h.

#define DECLARE_SERVICE_FACTORY (   x )    PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*))

Definition at line 38 of file SvcFactory.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:32 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004