freesecs::signal_no_args_multiple_clients_t Class Reference
Signal with no args and multiple clients support Signal takes no arguments. Multiple clients can get attached to the signal. The client signal handler must be the method of some class and must be of the following type: int (*pfunc)().
More...
#include <signals.h>
Collaboration diagram for freesecs::signal_no_args_multiple_clients_t:
[legend]List of all members.
|
Public Member Functions |
template<class T> |
void | add_handler (T *p_class, int(T::*p_func)()) |
template<class T> |
void | remove_handler (T *p_class, int(T::*p_func)()) |
void | operator() () |
Detailed Description
Signal with no args and multiple clients support Signal takes no arguments. Multiple clients can get attached to the signal. The client signal handler must be the method of some class and must be of the following type: int (*pfunc)().
Definition at line 38 of file signals.h.
The documentation for this class was generated from the following file:
Generated on Fri Oct 3 15:30:08 2008 for FREESECS hsms by
1.5.1