webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
rtc::NotifyingAsyncClosureBase Class Reference

#include <asyncinvoker-inl.h>

Inheritance diagram for rtc::NotifyingAsyncClosureBase:
rtc::AsyncClosure sigslot::has_slots<> rtc::AsyncClosure sigslot::has_slots<> sigslot::has_slots_interface sigslot::has_slots_interface sigslot::has_slots_interface sigslot::has_slots_interface rtc::NotifyingAsyncClosure< ReturnT, FunctorT, HostT > rtc::NotifyingAsyncClosure< ReturnT, FunctorT, HostT > rtc::NotifyingAsyncClosure< void, FunctorT, HostT > rtc::NotifyingAsyncClosure< void, FunctorT, HostT >

Public Member Functions

 ~NotifyingAsyncClosureBase () override
 
 ~NotifyingAsyncClosureBase () override
 
- Public Member Functions inherited from rtc::AsyncClosure
 AsyncClosure (AsyncInvoker *invoker)
 
virtual ~AsyncClosure ()
 
virtual void Execute ()=0
 
 AsyncClosure (AsyncInvoker *invoker)
 
virtual ~AsyncClosure ()
 
virtual void Execute ()=0
 
- Public Member Functions inherited from sigslot::has_slots<>
 has_slots ()
 
 has_slots ()
 
 ~has_slots ()
 
 ~has_slots ()
 
- Public Member Functions inherited from sigslot::has_slots_interface
void signal_connect (_signal_base_interface *sender)
 
void signal_disconnect (_signal_base_interface *sender)
 
void disconnect_all ()
 
void signal_connect (_signal_base_interface *sender)
 
void signal_disconnect (_signal_base_interface *sender)
 
void disconnect_all ()
 

Protected Member Functions

 NotifyingAsyncClosureBase (AsyncInvoker *invoker, const Location &callback_posted_from, Thread *calling_thread)
 
void TriggerCallback ()
 
void SetCallback (const Callback0< void > &callback)
 
bool CallbackCanceled () const
 
 NotifyingAsyncClosureBase (AsyncInvoker *invoker, const Location &callback_posted_from, Thread *calling_thread)
 
void TriggerCallback ()
 
void SetCallback (const Callback0< void > &callback)
 
bool CallbackCanceled () const
 
- Protected Member Functions inherited from sigslot::has_slots_interface
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 

Additional Inherited Members

- Protected Attributes inherited from rtc::AsyncClosure
AsyncInvokerinvoker_
 

Constructor & Destructor Documentation

◆ ~NotifyingAsyncClosureBase() [1/2]

rtc::NotifyingAsyncClosureBase::~NotifyingAsyncClosureBase ( )
override

◆ NotifyingAsyncClosureBase() [1/2]

rtc::NotifyingAsyncClosureBase::NotifyingAsyncClosureBase ( AsyncInvoker invoker,
const Location callback_posted_from,
Thread calling_thread 
)
protected

◆ ~NotifyingAsyncClosureBase() [2/2]

rtc::NotifyingAsyncClosureBase::~NotifyingAsyncClosureBase ( )
override

◆ NotifyingAsyncClosureBase() [2/2]

rtc::NotifyingAsyncClosureBase::NotifyingAsyncClosureBase ( AsyncInvoker invoker,
const Location callback_posted_from,
Thread calling_thread 
)
protected

Member Function Documentation

◆ CallbackCanceled() [1/2]

bool rtc::NotifyingAsyncClosureBase::CallbackCanceled ( ) const
inlineprotected

◆ CallbackCanceled() [2/2]

bool rtc::NotifyingAsyncClosureBase::CallbackCanceled ( ) const
inlineprotected

◆ SetCallback() [1/2]

void rtc::NotifyingAsyncClosureBase::SetCallback ( const Callback0< void > &  callback)
inlineprotected

◆ SetCallback() [2/2]

void rtc::NotifyingAsyncClosureBase::SetCallback ( const Callback0< void > &  callback)
inlineprotected

◆ TriggerCallback() [1/2]

void rtc::NotifyingAsyncClosureBase::TriggerCallback ( )
protected

◆ TriggerCallback() [2/2]

void rtc::NotifyingAsyncClosureBase::TriggerCallback ( )
protected

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