#include <pybind11/pybind11.h>
#include "FWCore/Utilities/interface/concatenate.h"
#include "FWCore/Utilities/interface/stringize.h"
Go to the source code of this file.
Macros | |
#define | PAYLOAD_INSPECTOR_CLASS(CLASS_NAME) |
#define | PAYLOAD_INSPECTOR_MODULE(PAYLOAD_TYPENAME) PYBIND11_MODULE(plugin##PAYLOAD_TYPENAME##_PayloadInspector, m) |
#define PAYLOAD_INSPECTOR_CLASS | ( | CLASS_NAME | ) |
Definition at line 10 of file PayloadInspectorModule.h.
Referenced by PYBIND11_MODULE().
#define PAYLOAD_INSPECTOR_MODULE | ( | PAYLOAD_TYPENAME | ) | PYBIND11_MODULE(plugin##PAYLOAD_TYPENAME##_PayloadInspector, m) |
Definition at line 8 of file PayloadInspectorModule.h.