eventxx::timer< ccallback_type > Struct Template Reference
[Events]
This is the specialization of
eventxx::timer for C-style callbacks.
More...
List of all members.
Detailed Description
template<>
struct eventxx::timer< ccallback_type >
This is the specialization of
eventxx::timer for C-style callbacks.
- Note:
- This event can't eventxx::PERSIST.
- See also:
- timer
- Examples:
-
mixed-way.cpp, and test-time.cpp.
Constructor & Destructor Documentation
Creates a new timer event.
- Parameters:
-
| handler | C-style callback function. |
| arg | Arbitrary pointer to pass to the handler as argument. |
The documentation for this struct was generated from the following file: