CMS 3D CMS Logo

Macros
PayloadInspectorModule.h File Reference
#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
 

Macro Definition Documentation

#define PAYLOAD_INSPECTOR_CLASS (   CLASS_NAME)
Value:
boost::python::class_< CLASS_NAME, boost::python::bases<cond::payloadInspector::PlotBase> >( STRINGIZE(PPCAT(plot_,CLASS_NAME)), boost::python::init<>()) \
;
bool process(const std::string &connectionString, const std::string &tag, const std::string &timeType, cond::Time_t begin, cond::Time_t end)
#define STRINGIZE(A)
#define PPCAT(A, B)
bool processTwoTags(const std::string &connectionString, const std::string &tag0, const std::string &tag1, cond::Time_t time0, cond::Time_t time1)

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,
 
)    PPCAT_NX(A, B)

Definition at line 4 of file PayloadInspectorModule.h.

#define PPCAT_NX (   A,
 
)    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.