CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Typedefs
FWProxyBuilderFactory.h File Reference
#include "Fireworks/Core/interface/register_dataproxybuilder_macro.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"

Go to the source code of this file.

Macros

#define REGISTER_FWPROXYBUILDER(_name_, _type_, _purpose_, _view_)
 

Typedefs

typedef
edmplugin::PluginFactory
< FWProxyBuilderBase *()> 
FWProxyBuilderFactory
 

Macro Definition Documentation

#define REGISTER_FWPROXYBUILDER (   _name_,
  _type_,
  _purpose_,
  _view_ 
)
Value:
DEFINE_PROXYBUILDER_METHODS(_name_,_type_,_purpose_,_view_); \
DEFINE_EDM_PLUGIN(FWProxyBuilderFactory,_name_,_name_::typeOfBuilder()+_name_::classRegisterTypeName()+(_name_::representsSubPart()?"!":"_")+"@"+_name_::classPurpose()+"@"+_name_::classView()+"#" # _name_)
#define DEFINE_PROXYBUILDER_METHODS(_builder_, _type_, _purpose_, _view_)
#define DEFINE_EDM_PLUGIN(factory, type, name)

Definition at line 34 of file FWProxyBuilderFactory.h.

Referenced by FWCSCStripDigiProxyBuilder::build().

Typedef Documentation

Definition at line 30 of file FWProxyBuilderFactory.h.