AccessError enum value | zyppng::AsyncDataSource | |
addChild(const Base::Ptr &child) | zyppng::Base | |
AsyncDataSource() | zyppng::AsyncDataSource | protected |
AsyncDataSource(AsyncDataSourcePrivate &d) | zyppng::AsyncDataSource | protected |
Base() | zyppng::Base | |
Base(BasePrivate &dd) | zyppng::Base | protected |
bytesAvailable() const | zyppng::IODevice | virtual |
bytesAvailable(uint channel) const | zyppng::IODevice | virtual |
bytesPending() const override | zyppng::AsyncDataSource | virtual |
canRead() const | zyppng::IODevice | |
canReadLine() const | zyppng::IODevice | |
canReadLine(uint channel) const | zyppng::IODevice | |
canReadUntil(uint channel, const char delim) const | zyppng::IODevice | |
canWrite() const | zyppng::IODevice | |
ChannelCloseReason enum name | zyppng::AsyncDataSource | |
channelReadLine(uint channel, int64_t maxSize=0) | zyppng::IODevice | |
channelReadLine(uint channel, char *buf, const int64_t maxSize) | zyppng::IODevice | |
channelReadUntil(uint channel, const char delim, int64_t maxSize=0) | zyppng::IODevice | |
channelReadUntil(uint channel, char *buf, const char delimiter, const int64_t maxSize) | zyppng::IODevice | virtual |
children() const | zyppng::Base | |
close() override | zyppng::AsyncDataSource | virtual |
Closed enum value | zyppng::IODevice | |
closeWriteChannel() | zyppng::AsyncDataSource | virtual |
connect(typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) | zyppng::Base | inlinestatic |
connect(SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) | zyppng::Base | inline |
connectFunc(typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) | zyppng::Base | inlinestatic |
connectFunc(SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) | zyppng::Base | inline |
create() | zyppng::AsyncDataSource | static |
currentReadChannel() const | zyppng::IODevice | |
d_ptr | zyppng::Base | protected |
findChildren() const | zyppng::Base | inline |
finishReadChannel(uint channel) | zyppng::IODevice | protected |
flush() | zyppng::AsyncDataSource | |
InternalError enum value | zyppng::AsyncDataSource | |
IODevice() | zyppng::IODevice | |
IODevice(IODevicePrivate &d) | zyppng::IODevice | protected |
isOpen() const | zyppng::IODevice | |
make_base_slot(Obj *o, Functor &&f) | zyppng::Base | inlinestatic |
NON_COPYABLE(Base) | zyppng::Base | private |
open(const OpenMode mode) | zyppng::AsyncDataSource | privatevirtual |
openFds(const std::vector< int > &readFds, int writeFd=-1) | zyppng::AsyncDataSource | |
OpenModeFlag enum name | zyppng::IODevice | |
parent() const | zyppng::Base | |
Ptr typedef | zyppng::AsyncDataSource | |
rawBytesAvailable(uint channel) const override | zyppng::AsyncDataSource | privatevirtual |
read(int64_t maxSize) | zyppng::IODevice | |
read(char *buf, int64_t maxSize) | zyppng::IODevice | |
read(uint channel, int64_t maxSize) | zyppng::IODevice | |
read(uint channel, char *buf, int64_t maxSize) | zyppng::IODevice | |
readAll() | zyppng::IODevice | |
readAll(uint channel) | zyppng::IODevice | |
readBufferCount() const | zyppng::IODevice | |
readBufferCount(uint channel) const | zyppng::IODevice | |
readChannelChanged(uint channel) override | zyppng::AsyncDataSource | privatevirtual |
readChannelCount() const | zyppng::IODevice | |
readData(uint channel, char *buffer, int64_t bufsize) override | zyppng::AsyncDataSource | privatevirtual |
readFdOpen() const | zyppng::AsyncDataSource | |
readFdOpen(uint channel) const | zyppng::AsyncDataSource | |
readLine(const int64_t maxSize=0) | zyppng::IODevice | virtual |
ReadOnly enum value | zyppng::IODevice | |
ReadWrite enum value | zyppng::IODevice | |
RemoteClose enum value | zyppng::AsyncDataSource | |
removeChild(const Ptr &child) | zyppng::Base | |
setReadChannel(uint channel) | zyppng::IODevice | |
setReadChannelCount(uint channels) | zyppng::IODevice | protected |
shared_this() const | zyppng::Base | inline |
shared_this() | zyppng::Base | inline |
sigAllBytesWritten() | zyppng::IODevice | |
sigBytesWritten() | zyppng::IODevice | |
sigChannelReadyRead() | zyppng::IODevice | |
sigReadChannelFinished() | zyppng::IODevice | |
sigReadFdClosed() | zyppng::AsyncDataSource | |
sigReadyRead() | zyppng::IODevice | |
sigWriteFdClosed() | zyppng::AsyncDataSource | |
threadId() const | zyppng::Base | |
UserRequest enum value | zyppng::AsyncDataSource | |
waitForReadyRead(uint channel, int timeout) override | zyppng::AsyncDataSource | virtual |
waitForReadyRead(int timeout) | zyppng::AsyncDataSource | |
weak_this() const | zyppng::Base | inline |
weak_this() | zyppng::Base | inline |
WeakPtr typedef | zyppng::AsyncDataSource | |
write(const ByteArray &data) | zyppng::IODevice | |
write(const char *data, int64_t len) | zyppng::IODevice | |
writeData(const char *data, int64_t count) override | zyppng::AsyncDataSource | protectedvirtual |
WriteOnly enum value | zyppng::IODevice | |
ZYPP_DECLARE_FLAGS(OpenMode, OpenModeFlag) | zyppng::IODevice | |
~Base() | zyppng::Base | virtual |