![]() |
The Gaudi Framework
v26r0
|
#include <GaudiPython/CallbackStreamBuf.h>


Public Member Functions | |
| CallbackStreamBuf (PyObject *self) | |
| CallbackStreamBuf constructor. More... | |
| ~CallbackStreamBuf () | |
| CallbackStreamBuf destructor. More... | |
| virtual int | sync () |
| reimplementation of stringbuf::sync() More... | |
Private Attributes | |
| PyObject * | m_self |
| char * | m_callbackBuff |
Definition at line 15 of file CallbackStreamBuf.h.
| GaudiPython::CallbackStreamBuf::CallbackStreamBuf | ( | PyObject * | self | ) |
CallbackStreamBuf constructor.
Definition at line 40 of file CallbackStreamBuf.cpp.
| GaudiPython::CallbackStreamBuf::~CallbackStreamBuf | ( | ) |
CallbackStreamBuf destructor.
Definition at line 49 of file CallbackStreamBuf.cpp.
|
virtual |
reimplementation of stringbuf::sync()
Definition at line 58 of file CallbackStreamBuf.cpp.
|
private |
Definition at line 19 of file CallbackStreamBuf.h.
|
private |
Definition at line 18 of file CallbackStreamBuf.h.