#include <pybind11/pybind11.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 | PPCAT(A, B) PPCAT_NX(A, B) |
#define | PPCAT_NX(A, B) A##B |
#define | STRINGIZE(A) STRINGIZE_NX(A) |
#define | STRINGIZE_NX(A) #A |
#define PAYLOAD_INSPECTOR_CLASS | ( | CLASS_NAME | ) |
Definition at line 11 of file PayloadInspectorModule.h.
Referenced by PYBIND11_MODULE().
#define PAYLOAD_INSPECTOR_MODULE | ( | PAYLOAD_TYPENAME | ) | PYBIND11_MODULE(plugin##PAYLOAD_TYPENAME##_PayloadInspector, m) |
Definition at line 9 of file PayloadInspectorModule.h.
#define PPCAT | ( | A, | |
B | |||
) | PPCAT_NX(A, B) |
Definition at line 5 of file PayloadInspectorModule.h.
#define PPCAT_NX | ( | A, | |
B | |||
) | A##B |
Definition at line 4 of file PayloadInspectorModule.h.
#define STRINGIZE | ( | A | ) | STRINGIZE_NX(A) |
Definition at line 7 of file PayloadInspectorModule.h.
#define STRINGIZE_NX | ( | A | ) | #A |
Definition at line 6 of file PayloadInspectorModule.h.