![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "dbus.h"
Classes | |
| struct | SuccessType |
| struct | SuccessType< T > |
Public Types | |
| using | SuccessType_t = SuccessType<>::Type |
Public Member Functions | |
| DBusAwaiter (const QDBusPendingReply< Rets... > &reply) | |
| bool | await_ready () const noexcept |
| void | await_suspend (std::coroutine_handle<> handle) noexcept |
| Either< QDBusError, SuccessType_t > | await_resume () const noexcept |
Public Attributes | |
| QDBusPendingReply< Rets... > | Reply_ |
| std::unique_ptr< QDBusPendingCallWatcher > | Watcher_ |
| using LC::Util::detail::DBusAwaiter< Rets >::SuccessType_t = SuccessType<>::Type |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 59 of file dbus.h.
References LC::Util::AsLeft, and Reply_.
|
inlinenoexcept |
| QDBusPendingReply<Rets...> LC::Util::detail::DBusAwaiter< Rets >::Reply_ |
Definition at line 24 of file dbus.h.
Referenced by DBusAwaiter(), await_ready(), await_resume(), and await_suspend().
| std::unique_ptr<QDBusPendingCallWatcher> LC::Util::detail::DBusAwaiter< Rets >::Watcher_ |
Definition at line 25 of file dbus.h.
Referenced by await_suspend().