libzypp 17.37.17
|
#include <zypp-core/zyppng/base/private/eventloop_glib_p.h>
Public Member Functions | |
EventLoopPrivate (EventLoop &p) | |
Public Member Functions inherited from zyppng::BasePrivate | |
BasePrivate (Base &b) | |
virtual | ~BasePrivate () |
virtual void | init () |
Public Attributes | |
std::shared_ptr< EventDispatcher > | _dispatcher |
GMainLoop * | _loop = nullptr |
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 11 of file eventloop_glib_p.h.
zyppng::EventLoopPrivate::EventLoopPrivate | ( | EventLoop & | p | ) |
Definition at line 6 of file eventloop_glib.cc.
std::shared_ptr<EventDispatcher> zyppng::EventLoopPrivate::_dispatcher |
Definition at line 17 of file eventloop_glib_p.h.
GMainLoop* zyppng::EventLoopPrivate::_loop = nullptr |
Definition at line 18 of file eventloop_glib_p.h.