1 #ifndef GAUDIPYTHON_CALLBACKSTREAMBUF_H
2 #define GAUDIPYTHON_CALLBACKSTREAMBUF_H
8 #include "GaudiPython/GaudiPython.h"
15 class GAUDI_API CallbackStreamBuf:
public std::stringbuf
22 CallbackStreamBuf(PyObject*
self);
GAUDI_API StatusCode call_python_method(PyObject *self, const char *method)
call the python method
GaudiPython.h GaudiPython/GaudiPython.h.