Gaudi Framework, version v21r9

Home   Generated: 3 May 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,
 ) 

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 (  ) 

Definition at line 41 of file SvcFactory.h.

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

Definition at line 38 of file SvcFactory.h.


Generated at Mon May 3 12:18:39 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004