Gaudi Framework, version v21r7

Home   Generated: 22 Jan 2010

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,
n   )     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,
x   ) 

Definition at line 42 of file SvcFactory.h.

#define DECLARE_NAMESPACE_SERVICE_FACTORY ( n,
x   )     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.


Generated at Fri Jan 22 20:32:52 2010 for Gaudi Framework, version v21r7 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004