#include <boost/python.hpp>
Go to the source code of this file.
Macros | |
#define | PAYLOAD_INSPECTOR_CLASS(CLASS_NAME) |
#define | PAYLOAD_INSPECTOR_MODULE(PAYLOAD_TYPENAME) BOOST_PYTHON_MODULE( plugin ## PAYLOAD_TYPENAME ## _PayloadInspector ) |
#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 BOOST_PYTHON_MODULE().
#define PAYLOAD_INSPECTOR_MODULE | ( | PAYLOAD_TYPENAME | ) | BOOST_PYTHON_MODULE( plugin ## PAYLOAD_TYPENAME ## _PayloadInspector ) |
Definition at line 8 of file PayloadInspectorModule.h.
#define PPCAT | ( | A, | |
B | |||
) | PPCAT_NX(A, B) |
Definition at line 4 of file PayloadInspectorModule.h.
#define PPCAT_NX | ( | A, | |
B | |||
) | A ## B |
Definition at line 3 of file PayloadInspectorModule.h.
#define STRINGIZE | ( | A | ) | STRINGIZE_NX(A) |
Definition at line 6 of file PayloadInspectorModule.h.
#define STRINGIZE_NX | ( | A | ) | #A |
Definition at line 5 of file PayloadInspectorModule.h.