Gaudi Framework, version v20r3

Generated: 24 Nov 2008

SvcFactory.h File Reference

#include "Reflex/PluginService.h"

Include dependency graph for SvcFactory.h:

Go to the source code of this file.

Namespaces

namespace  ROOT
namespace  ROOT::Reflex

Classes

class  SvcFactory< T >
class  ROOT::Reflex::TypeDistiller< std::string >

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 44 of file SvcFactory.h.

#define DECLARE_NAMESPACE_SERVICE ( n,
 ) 

Definition at line 47 of file SvcFactory.h.

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

Definition at line 45 of file SvcFactory.h.

#define DECLARE_SERVICE (  ) 

Definition at line 46 of file SvcFactory.h.

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

Definition at line 43 of file SvcFactory.h.


Generated at Mon Nov 24 14:42:02 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004