![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <Signals.h>
Public Member Functions | |
CSignalHandlerList () | |
CSignalRegistration | Register (ManagedT const &handler) |
template<typename... ArgsT> | |
void | Invoke (ArgsT &&... args) |
auto | begin () const |
auto | end () const |
CCriticalSection const & | CriticalSection () const |
|
inline |
|
inline |
|
inline |
Get critical section for accessing the handler list
|
inline |
|
inline |
Invoke all registered signal handlers with the provided arguments when the signal type is a std::function or otherwise implements operator()
|
inline |