#include <zypp-core/ng/thread/asyncqueue.h>
|
| | ~AsyncQueueWatch () override |
| void | postNotifyEvent () |
| SignalProxy< void()> | sigMessageAvailable () |
| void | onFdReady (int fd, int events) override |
| void | onSignal (int signal) override |
| | AbstractEventSource () |
| | AbstractEventSource (AbstractEventSourcePrivate &dd) |
| | ~AbstractEventSource () override |
| std::weak_ptr< EventDispatcher > | eventDispatcher () const |
| | Base () |
| virtual | ~Base () |
| WeakPtr | parent () const |
| void | addChild (const Base::Ptr &child) |
| void | removeChild (const Ptr &child) |
| const std::unordered_set< Ptr > & | children () const |
| std::thread::id | threadId () const |
| template<typename T> |
| std::vector< std::weak_ptr< T > > | findChildren () const |
| template<typename T> |
| std::shared_ptr< T > | shared_this () const |
| template<typename T> |
| std::shared_ptr< T > | shared_this () |
| template<typename T> |
| std::weak_ptr< T > | weak_this () const |
| template<typename T> |
| std::weak_ptr< T > | weak_this () |
| template<typename SenderFunc, typename ReceiverFunc> |
| auto | connect (SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) |
| template<typename SenderFunc, typename ReceiverFunc, typename ... Tracker> |
| std::enable_if_t< std::is_member_function_pointer_v< SenderFunc >, connection > | connectFunc (SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) |
| void | setData (uint32_t quark, zypp::AutoDispose< void * > data) |
| void * | data (uint32_t quark) |
| void | clearData (uint32_t quark) |
|
| static std::shared_ptr< AsyncQueueWatch > | create (std::shared_ptr< AsyncQueueBase > queue) |
| template<typename Obj, typename Functor> |
| static decltype(auto) | make_base_slot (Obj *o, Functor &&f) |
| template<typename SenderFunc, typename ReceiverFunc> |
| static auto | connect (typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) |
| template<typename SenderFunc, typename ReceiverFunc, typename ... Tracker> |
| static auto | connectFunc (typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) |
Definition at line 147 of file asyncqueue.h.
◆ ~AsyncQueueWatch()
| zyppng::AsyncQueueWatch::~AsyncQueueWatch |
( |
| ) |
|
|
override |
◆ AsyncQueueWatch() [1/2]
| zyppng::AsyncQueueWatch::AsyncQueueWatch |
( |
std::shared_ptr< AsyncQueueBase > && | queue | ) |
|
|
protected |
◆ AsyncQueueWatch() [2/2]
◆ create()
◆ postNotifyEvent()
| void zyppng::AsyncQueueWatch::postNotifyEvent |
( |
| ) |
|
◆ sigMessageAvailable()
| SignalProxy< void()> zyppng::AsyncQueueWatch::sigMessageAvailable |
( |
| ) |
|
◆ onFdReady()
| void zyppng::AsyncQueueWatch::onFdReady |
( |
int | fd, |
|
|
int | events ) |
|
overridevirtual |
◆ onSignal()
| void zyppng::AsyncQueueWatch::onSignal |
( |
int | signal | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: