#include </builds/gaudi/Gaudi/GaudiPython/include/GaudiPython/CallbackStreamBuf.h>
Definition at line 25 of file CallbackStreamBuf.h.
◆ CallbackStreamBuf()
GaudiPython::CallbackStreamBuf::CallbackStreamBuf |
( |
PyObject * |
self | ) |
|
◆ sync()
int GaudiPython::CallbackStreamBuf::sync |
( |
| ) |
|
|
override |
reimplementation of stringbuf::sync()
Definition at line 45 of file CallbackStreamBuf.cpp.
48 for ( length = 0, x = pbase(); x < epptr(); ++x, ++length )
56 setp( pbase(), pbase() );
57 setg( eback(), eback(), eback() );
◆ m_callbackBuff
std::array<char, 512> GaudiPython::CallbackStreamBuf::m_callbackBuff |
|
private |
◆ m_self
The documentation for this class was generated from the following files: