|
libzypp
17.22.0
|

Public Attributes | |
| signal< void(const SocketNotifier &, int)> | _activated |
| int | _socket = -1 |
| int | _mode = SocketNotifier::Read |
| bool | _enabled = false |
Public Attributes inherited from zyppng::AbstractEventSourcePrivate | |
| std::weak_ptr< EventDispatcher > | _ev |
Public Attributes inherited from zyppng::BasePrivate | |
| Base::WeakPtr | parent |
| std::unordered_set< Base::Ptr > | children |
| Base * | z_ptr = nullptr |
Additional Inherited Members | |
Public Member Functions inherited from zyppng::AbstractEventSourcePrivate | |
| AbstractEventSourcePrivate () | |
Public Member Functions inherited from zyppng::BasePrivate | |
| virtual | ~BasePrivate () |
Definition at line 6 of file socketnotifier.cc.
| signal<void (const SocketNotifier &, int)> zyppng::SocketNotifierPrivate::_activated |
Definition at line 11 of file socketnotifier.cc.
| int zyppng::SocketNotifierPrivate::_socket = -1 |
Definition at line 13 of file socketnotifier.cc.
| int zyppng::SocketNotifierPrivate::_mode = SocketNotifier::Read |
Definition at line 14 of file socketnotifier.cc.
| bool zyppng::SocketNotifierPrivate::_enabled = false |
Definition at line 15 of file socketnotifier.cc.