#include <stdlib.h>
#include "boost/lexical_cast.hpp"
#include "FWCore/Utilities/interface/TypeWithDict.h"
Go to the source code of this file.
Macros | |
#define | CONCATENATE(a, b) CONCATENATE_HIDDEN(a,b) |
#define | CONCATENATE_HIDDEN(a, b) a ## b |
#define | DEFINE_PROXYBUILDER_METHODS(_builder_, _type_, _purpose_, _view_) |
#define | REGISTER_PROXYBUILDER_METHODS() |
#define CONCATENATE | ( | a, | |
b | |||
) | CONCATENATE_HIDDEN(a,b) |
Definition at line 38 of file register_dataproxybuilder_macro.h.
Definition at line 37 of file register_dataproxybuilder_macro.h.
#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 28 of file register_dataproxybuilder_macro.h.