sigx++  2.0.1
sigx::signal_wrapper< T_signal, I_oneof, I_arg_count > Class Template Reference

A threadsafe wrapper for sigc signals, Glib signals or theoretically any other type of signal. More...

#include <signal_wrapper.h>

Detailed Description

template<typename T_signal, internal::signal_group I_oneof = internal::signal_type_trait<T_signal>::type, int I_arg_count = internal::count_signal_arguments<T_signal>::tspec>
class sigx::signal_wrapper< T_signal, I_oneof, I_arg_count >

A threadsafe wrapper for sigc signals, Glib signals or theoretically any other type of signal.

sigx signals have a shared signal source that exists in the context of another thread. This signal source has access to the signal. Access (e.g. connecting) is regulated by a dispatcher running in the context of the thread owning that signal.


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