| abort() | zyppng::Socket |  | 
  | accept() | zyppng::Socket |  | 
  | addChild(const Base::Ptr &child) | zyppng::Base |  | 
  | AddressInUse enum value | zyppng::Socket |  | 
  | AddressIssue enum value | zyppng::Socket |  | 
  | AddressNotAvailable enum value | zyppng::Socket |  | 
  | Base() | zyppng::Base |  | 
  | Base(BasePrivate &dd) | zyppng::Base | protected | 
  | bind(const std::shared_ptr< SockAddr > &addr) | zyppng::Socket |  | 
  | bytesAvailable() const | zyppng::IODevice | virtual | 
  | bytesAvailable(uint channel) const | zyppng::IODevice | virtual | 
  | bytesPending() const override | zyppng::Socket | 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 |  | 
  | 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::Socket | virtual | 
  | Closed enum value | zyppng::IODevice |  | 
  | ClosedState enum value | zyppng::Socket |  | 
  | ClosingState enum value | zyppng::Socket |  | 
  | connect(std::shared_ptr< SockAddr > addr) | zyppng::Socket |  | 
  | zyppng::IODevice::connect(typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) | zyppng::Base | inlinestatic | 
  | zyppng::IODevice::connect(SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) | zyppng::Base | inline | 
  | ConnectedState enum value | zyppng::Socket |  | 
  | 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 | 
  | ConnectingState enum value | zyppng::Socket |  | 
  | ConnectionClosedByRemote enum value | zyppng::Socket |  | 
  | ConnectionDelayed enum value | zyppng::Socket |  | 
  | ConnectionRefused enum value | zyppng::Socket |  | 
  | ConnectionTimeout enum value | zyppng::Socket |  | 
  | create(int domain, int type, int protocol) | zyppng::Socket | static | 
  | currentReadChannel() const | zyppng::IODevice |  | 
  | d_ptr | zyppng::Base | protected | 
  | disconnect() | zyppng::Socket |  | 
  | FailedSocketOperation enum value | zyppng::Socket |  | 
  | findChildren() const | zyppng::Base | inline | 
  | finishReadChannel(uint channel) | zyppng::IODevice | protected | 
  | fromSocket(int fd, SocketState state) | zyppng::Socket | static | 
  | InitialState enum value | zyppng::Socket |  | 
  | InsufficientPermissions enum value | zyppng::Socket |  | 
  | InsufficientRessources enum value | zyppng::Socket |  | 
  | InternalError enum value | zyppng::Socket |  | 
  | InvalidSocketOptions enum value | zyppng::Socket |  | 
  | IODevice() | zyppng::IODevice |  | 
  | IODevice(IODevicePrivate &d) | zyppng::IODevice | protected | 
  | isOpen() const | zyppng::IODevice |  | 
  | lastError() const | zyppng::Socket |  | 
  | listen(int backlog=50) | zyppng::Socket |  | 
  | ListeningState enum value | zyppng::Socket |  | 
  | make_base_slot(Obj *o, Functor &&f) | zyppng::Base | inlinestatic | 
  | nativeSocket() const | zyppng::Socket |  | 
  | NetworkUnreachable enum value | zyppng::Socket |  | 
  | NoError enum value | zyppng::Socket |  | 
  | NON_COPYABLE(Base) | zyppng::Base | private | 
  | open(const OpenMode mode) | zyppng::IODevice | protectedvirtual | 
  | OpenModeFlag enum name | zyppng::IODevice |  | 
  | OperationNotSupported enum value | zyppng::Socket |  | 
  | parent() const | zyppng::Base |  | 
  | Ptr typedef | zyppng::Socket |  | 
  | rawBytesAvailable(uint channel=0) const override | zyppng::Socket | protectedvirtual | 
  | 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::Socket | protectedvirtual | 
  | readChannelCount() const | zyppng::IODevice |  | 
  | readData(uint channel, char *buffer, int64_t bufsize) override | zyppng::Socket | protectedvirtual | 
  | readLine(const int64_t maxSize=0) | zyppng::IODevice | virtual | 
  | ReadOnly enum value | zyppng::IODevice |  | 
  | ReadWrite enum value | zyppng::IODevice |  | 
  | releaseSocket() | zyppng::Socket |  | 
  | removeChild(const Ptr &child) | zyppng::Base |  | 
  | setBlocking(const bool set=true) | zyppng::Socket |  | 
  | 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 |  | 
  | sigConnected() | zyppng::Socket |  | 
  | sigDisconnected() | zyppng::Socket |  | 
  | sigError() | zyppng::Socket |  | 
  | sigIncomingConnection() | zyppng::Socket |  | 
  | sigReadChannelFinished() | zyppng::IODevice |  | 
  | sigReadyRead() | zyppng::IODevice |  | 
  | Socket(int domain, int type, int protocol) | zyppng::Socket | protected | 
  | SocketAlreadyBound enum value | zyppng::Socket |  | 
  | SocketError enum name | zyppng::Socket |  | 
  | SocketNotListening enum value | zyppng::Socket |  | 
  | SocketState enum name | zyppng::Socket |  | 
  | state() const | zyppng::Socket |  | 
  | threadId() const | zyppng::Base |  | 
  | UnknownSocketError enum value | zyppng::Socket |  | 
  | UnsupportedSocketOptions enum value | zyppng::Socket |  | 
  | waitForAllBytesWritten(int timeout=-1) | zyppng::Socket |  | 
  | waitForConnected(int timeout=-1) | zyppng::Socket |  | 
  | waitForReadyRead(uint channel, int timeout=-1) override | zyppng::Socket | virtual | 
  | zyppng::IODevice::waitForReadyRead(int timeout) | zyppng::IODevice |  | 
  | weak_this() const | zyppng::Base | inline | 
  | weak_this() | zyppng::Base | inline | 
  | WeakPtr typedef | zyppng::IODevice |  | 
  | write(const ByteArray &data) | zyppng::IODevice |  | 
  | write(const char *data, int64_t len) | zyppng::IODevice |  | 
  | writeData(const char *data, int64_t count) override | zyppng::Socket | protectedvirtual | 
  | WriteOnly enum value | zyppng::IODevice |  | 
  | ZYPP_DECLARE_FLAGS(OpenMode, OpenModeFlag) | zyppng::IODevice |  | 
  | ~Base() | zyppng::Base | virtual | 
  | ~Socket() override | zyppng::Socket |  |