| libzypp 17.37.14
    | 
#include <zypp-core/zyppng/io/iodevice.h>
 
 | Public Member Functions | |
| IODeviceOStreamBuf (IODeviceRef dev) | |
| IODeviceOStreamBuf (const IODeviceOStreamBuf &)=default | |
| IODeviceOStreamBuf (IODeviceOStreamBuf &&)=default | |
| IODeviceOStreamBuf & | operator= (const IODeviceOStreamBuf &)=default | 
| IODeviceOStreamBuf & | operator= (IODeviceOStreamBuf &&)=default | 
| Protected Member Functions | |
| int_type | overflow (int_type __c) override | 
| Private Attributes | |
| IODeviceRef | _dev | 
Small wrapper streambuf to support writing data to a IODevice using std::ostream
Definition at line 195 of file iodevice.h.
| zyppng::IODeviceOStreamBuf::IODeviceOStreamBuf | ( | IODeviceRef | dev | ) | 
Definition at line 394 of file iodevice.cc.
| 
 | default | 
| 
 | default | 
| 
 | default | 
| 
 | default | 
| 
 | overrideprotected | 
Definition at line 397 of file iodevice.cc.
| 
 | private | 
Definition at line 209 of file iodevice.h.