#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/include/GaudiPython/CallbackStreamBuf.h>
Definition at line 17 of file CallbackStreamBuf.h.
GaudiPython::CallbackStreamBuf::CallbackStreamBuf |
( |
PyObject * |
self | ) |
|
GaudiPython::CallbackStreamBuf::CallbackStreamBuf |
( |
PyObject * |
self | ) |
|
int GaudiPython::CallbackStreamBuf::sync |
( |
| ) |
|
|
override |
reimplementation of stringbuf::sync()
Definition at line 40 of file CallbackStreamBuf.cpp.
44 for ( length = 0, x = pbase(); x < epptr(); ++x , ++length ) ;
51 setp( pbase() , pbase() );
52 setg( eback(), eback(), eback() );
GAUDI_API StatusCode call_python_method(PyObject *self, const char *method)
call the python method
std::array< char, 512 > m_callbackBuff
int GaudiPython::CallbackStreamBuf::sync |
( |
| ) |
|
|
override |
std::array< char, 512 > GaudiPython::CallbackStreamBuf::m_callbackBuff |
|
private |
The documentation for this class was generated from the following files: