#include <cstdlib>
#include <string>
#include "FWCore/Reflection/interface/TypeWithDict.h"
#include "FWCore/Utilities/interface/concatenate.h"
Go to the source code of this file.
Macros | |
#define | DEFINE_PROXYBUILDER_METHODS(_builder_, _type_, _purpose_, _view_) |
#define | REGISTER_PROXYBUILDER_METHODS() |
#define DEFINE_PROXYBUILDER_METHODS | ( | _builder_, | |
_type_, | |||
_purpose_, | |||
_view_ | |||
) |
Definition at line 40 of file register_dataproxybuilder_macro.h.
#define REGISTER_PROXYBUILDER_METHODS | ( | ) |
Description: Adds needed methods to a ProxyBuilder
Usage: <usage>
Definition at line 31 of file register_dataproxybuilder_macro.h.