21#ifndef DBUS_CXX_UV_DISPATCHER_H
22#define DBUS_CXX_UV_DISPATCHER_H
36 static std::shared_ptr<UvDispatcher>
create();
A Dispatcher handles all of the reading/writing that a Connection needs in order to work correctly.
Definition: dispatcher.h:24
Definition: uvdispatcher.h:29
static std::shared_ptr< UvDispatcher > create()
Definition: uvdispatcher.cpp:162
bool add_connection(std::shared_ptr< Connection > connection)
Definition: uvdispatcher.cpp:182
UvDispatcher()
Definition: uvdispatcher.cpp:154
~UvDispatcher()
Definition: uvdispatcher.cpp:159
std::shared_ptr< Connection > create_connection(BusType type)
Definition: uvdispatcher.cpp:166
DBUS_CXX_PROPAGATE_CONST(std::unique_ptr< priv_data >) m_priv
Global DBus namespace, where everything happens.
Definition: callmessage.cpp:18
BusType
Definition: enums.h:16
DataType type(const uint8_t &)
Definition: types.h:139