| libzypp 17.37.10
    | 
#include <zypp-core/zyppng/io/private/iodevice_p.h>
 
  
| Public Member Functions | |
| IODevicePrivate (IODevice &p) | |
| Public Member Functions inherited from zyppng::BasePrivate | |
| BasePrivate (Base &b) | |
| virtual | ~BasePrivate () | 
| virtual void | init () | 
| Public Attributes | |
| std::vector< IOBuffer > | _readChannels | 
| uint | _currentReadChannel = 0 | 
| int64_t | _readBufChunkSize = DefIoDeviceBufChunkSize | 
| IODevice::OpenMode | _mode = IODevice::Closed | 
| Signal< void() > | _readyRead | 
| Signal< void(uint) > | _channelReadyRead | 
| Signal< void(int64_t)> | _sigBytesWritten | 
| Signal< void()> | _sigAllBytesWritten | 
| Signal< void(uint) > | _sigReadChannelFinished | 
| Public Attributes inherited from zyppng::BasePrivate | |
| Base::WeakPtr | parent | 
| std::unordered_set< Base::Ptr > | children | 
| Base * | z_ptr = nullptr | 
| std::thread::id | threadId = std::this_thread::get_id() | 
Definition at line 35 of file iodevice_p.h.
| zyppng::IODevicePrivate::IODevicePrivate | ( | IODevice & | p | ) | 
Definition at line 5 of file iodevice.cc.
| std::vector<IOBuffer> zyppng::IODevicePrivate::_readChannels | 
Definition at line 39 of file iodevice_p.h.
| uint zyppng::IODevicePrivate::_currentReadChannel = 0 | 
Definition at line 40 of file iodevice_p.h.
| int64_t zyppng::IODevicePrivate::_readBufChunkSize = DefIoDeviceBufChunkSize | 
Definition at line 41 of file iodevice_p.h.
| IODevice::OpenMode zyppng::IODevicePrivate::_mode = IODevice::Closed | 
Definition at line 43 of file iodevice_p.h.
| Signal< void() > zyppng::IODevicePrivate::_readyRead | 
Definition at line 44 of file iodevice_p.h.
| Signal< void(uint) > zyppng::IODevicePrivate::_channelReadyRead | 
Definition at line 45 of file iodevice_p.h.
| Signal< void (int64_t)> zyppng::IODevicePrivate::_sigBytesWritten | 
Definition at line 46 of file iodevice_p.h.
| Signal< void ()> zyppng::IODevicePrivate::_sigAllBytesWritten | 
Definition at line 47 of file iodevice_p.h.
| Signal< void(uint) > zyppng::IODevicePrivate::_sigReadChannelFinished | 
Definition at line 48 of file iodevice_p.h.