#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "CondFormats/SerializationHelper/interface/SerializationHelper.h"
Go to the source code of this file.
Namespaces | |
cond::serialization | |
Macros | |
#define | DEFINE_COND_CLASSNAME(type_) |
#define | DEFINE_COND_SERIAL_REGISTER_PLUGIN(type_) |
#define | DEFINE_COND_SERIAL_REGISTER_PLUGIN_INIT(type_, init_) |
Typedefs | |
using | cond::serialization::SerializationHelperFactory = edmplugin::PluginFactory< SerializationHelperBase *()> |
#define DEFINE_COND_CLASSNAME | ( | type_ | ) |
Definition at line 33 of file SerializationHelperFactory.h.
#define DEFINE_COND_SERIAL_REGISTER_PLUGIN | ( | type_ | ) |
Definition at line 41 of file SerializationHelperFactory.h.
#define DEFINE_COND_SERIAL_REGISTER_PLUGIN_INIT | ( | type_, | |
init_ | |||
) |
Definition at line 46 of file SerializationHelperFactory.h.