![]() |
LeechCraft
0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include <coroutine>#include <memory>#include <tuple>#include <QDBusPendingCallWatcher>#include <QDBusPendingReply>#include <util/sll/either.h>#include <util/sll/void.h>
Include dependency graph for dbus.h:Go to the source code of this file.
Classes | |
| struct | LC::Util::detail::DBusAwaiter< Rets > |
| struct | LC::Util::detail::DBusAwaiter< Rets >::SuccessType< typename > |
Namespaces | |
| LC::Util::detail | |
| LC | |
| LC::Util | |
Functions | |
| template<typename... Rets> | |
| Util::detail::DBusAwaiter< Rets... > | LC::operator co_await (const QDBusPendingReply< Rets... > &reply) |
| template<typename... Rets> | |
| detail::DBusAwaiter< Rets... > | LC::Util::Typed (const QDBusPendingCall &asyncCall) |