libzypp 17.37.17
|
#include <zypp-core/zyppng/thread/private/asyncqueue_p.h>
Public Member Functions | |
AsyncQueueWatchPrivate (std::shared_ptr< AsyncQueueBase > &&q, AsyncQueueWatch &p) | |
~AsyncQueueWatchPrivate () override | |
Public Member Functions inherited from zyppng::AbstractEventSourcePrivate | |
AbstractEventSourcePrivate (AbstractEventSource &p) | |
Public Member Functions inherited from zyppng::BasePrivate | |
BasePrivate (Base &b) | |
virtual | ~BasePrivate () |
virtual void | init () |
Public Attributes | |
std::shared_ptr< AsyncQueueBase > | _queue |
gint | fds [2] = { -1, -1 } |
Signal< void()> | _sigMessageAvailable |
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 |
std::thread::id | threadId = std::this_thread::get_id() |
Definition at line 12 of file asyncqueue_p.h.
zyppng::AsyncQueueWatchPrivate::AsyncQueueWatchPrivate | ( | std::shared_ptr< AsyncQueueBase > && | q, |
AsyncQueueWatch & | p ) |
Definition at line 32 of file asyncqueue.cc.
|
override |
Definition at line 45 of file asyncqueue.cc.
std::shared_ptr<AsyncQueueBase> zyppng::AsyncQueueWatchPrivate::_queue |
Definition at line 19 of file asyncqueue_p.h.
gint zyppng::AsyncQueueWatchPrivate::fds[2] = { -1, -1 } |
Definition at line 20 of file asyncqueue_p.h.
Signal< void()> zyppng::AsyncQueueWatchPrivate::_sigMessageAvailable |
Definition at line 21 of file asyncqueue_p.h.