libzypp  17.22.0
zyppng::SocketNotifierPrivate Class Reference
Inheritance diagram for zyppng::SocketNotifierPrivate:

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::Ptrchildren
 
Basez_ptr = nullptr
 

Additional Inherited Members

- Public Member Functions inherited from zyppng::AbstractEventSourcePrivate
 AbstractEventSourcePrivate ()
 
- Public Member Functions inherited from zyppng::BasePrivate
virtual ~BasePrivate ()
 

Detailed Description

Definition at line 6 of file socketnotifier.cc.

Member Data Documentation

◆ _activated

signal<void (const SocketNotifier &, int)> zyppng::SocketNotifierPrivate::_activated

Definition at line 11 of file socketnotifier.cc.

◆ _socket

int zyppng::SocketNotifierPrivate::_socket = -1

Definition at line 13 of file socketnotifier.cc.

◆ _mode

int zyppng::SocketNotifierPrivate::_mode = SocketNotifier::Read

Definition at line 14 of file socketnotifier.cc.

◆ _enabled

bool zyppng::SocketNotifierPrivate::_enabled = false

Definition at line 15 of file socketnotifier.cc.


The documentation for this class was generated from the following file: