#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_FWITEMACCESSOR_METHODS(_accessor_, _type_, _purpose_) |
#define | DEFINE_TEMPLATE_FWITEMACCESSOR_METHODS(_accessor_, _type_, _purpose_) |
#define | REGISTER_FWITEMACCESSOR_METHODS() |
#define DEFINE_FWITEMACCESSOR_METHODS | ( | _accessor_, | |
_type_, | |||
_purpose_ | |||
) |
Definition at line 37 of file register_itemaccessorbase_macro.h.
#define DEFINE_TEMPLATE_FWITEMACCESSOR_METHODS | ( | _accessor_, | |
_type_, | |||
_purpose_ | |||
) |
Definition at line 52 of file register_itemaccessorbase_macro.h.
#define REGISTER_FWITEMACCESSOR_METHODS | ( | ) |
Description: Adds needed methods to a FWItemAccessorBase
Usage: <usage>
Definition at line 30 of file register_itemaccessorbase_macro.h.