This is the specialization of eventxx::signal for C-style callbacks.
More...
This is the specialization of eventxx::signal for C-style callbacks.
- Note
- This event always eventxx::PERSIST.
- See also
- signal
- Examples
- c-way.cpp.
◆ signal()
Creates a new signal event.
- Parameters
-
signum | Signal number to monitor. |
handler | C-style callback function. |
arg | Arbitrary pointer to pass to the handler as argument. |
References eventxx::signal< F >::signum().
◆ signum()
Event's signal number.
- Returns
- Event's signal number.
The documentation for this struct was generated from the following file: