#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiPython/CallbackStreamBuf.h>
Definition at line 15 of file CallbackStreamBuf.h.
GaudiPython::CallbackStreamBuf::CallbackStreamBuf |
( |
PyObject * |
self | ) |
|
GaudiPython::CallbackStreamBuf::~CallbackStreamBuf |
( |
| ) |
|
GaudiPython::CallbackStreamBuf::CallbackStreamBuf |
( |
PyObject * |
self | ) |
|
GaudiPython::CallbackStreamBuf::~CallbackStreamBuf |
( |
| ) |
|
int GaudiPython::CallbackStreamBuf::sync |
( |
| ) |
|
|
virtual |
reimplementation of stringbuf::sync()
Definition at line 58 of file CallbackStreamBuf.cpp.
62 for ( length = 0, x = this->pbase(); x < this->epptr(); x++ , length++ ) ;
69 setp( this->pbase() , this->pbase() );
70 setg( this->eback(), this->eback(), this->eback() );
GAUDI_API StatusCode call_python_method(PyObject *self, const char *method)
call the python method
virtual int GaudiPython::CallbackStreamBuf::sync |
( |
| ) |
|
|
virtual |
char * GaudiPython::CallbackStreamBuf::m_callbackBuff |
|
private |
PyObject * GaudiPython::CallbackStreamBuf::m_self |
|
private |
The documentation for this class was generated from the following files: