libzypp 17.36.7
zyppng::EventLoopPrivate Class Reference

#include <zypp-core/zyppng/base/private/eventloop_glib_p.h>

Inheritance diagram for zyppng::EventLoopPrivate:
zyppng::BasePrivate

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::Ptrchildren
 
Basez_ptr = nullptr
 
std::thread::id threadId = std::this_thread::get_id()
 

Detailed Description

Definition at line 11 of file eventloop_glib_p.h.

Constructor & Destructor Documentation

◆ EventLoopPrivate()

zyppng::EventLoopPrivate::EventLoopPrivate ( EventLoop & p)

Definition at line 6 of file eventloop_glib.cc.

Member Data Documentation

◆ _dispatcher

std::shared_ptr<EventDispatcher> zyppng::EventLoopPrivate::_dispatcher

Definition at line 17 of file eventloop_glib_p.h.

◆ _loop

GMainLoop* zyppng::EventLoopPrivate::_loop = nullptr

Definition at line 18 of file eventloop_glib_p.h.


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