freesecs::signal_no_args_single_client_t Class Reference
Signal with no args and single client suport Signal takes no arguments. Only one client at a time 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_single_client_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 single client suport Signal takes no arguments. Only one client at a time 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 82 of file signals.h.
The documentation for this class was generated from the following file:
Generated on Fri Oct 3 15:30:09 2008 for FREESECS hsms by
1.5.1