#include <CallbackStreamBuf.h>
Definition at line 15 of file CallbackStreamBuf.h.
| 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.
{
int length;
char *x;
for ( length = 0, x = this->pbase(); x < this->epptr(); x++ , length++ ) ;
setp( this->pbase() , this->pbase() );
setg( this->eback(), this->eback(), this->eback() );
return 0;
}
| char* GaudiPython::CallbackStreamBuf::m_callbackBuff |
|
private |
| PyObject* GaudiPython::CallbackStreamBuf::m_self |
|
private |
The documentation for this class was generated from the following files: