eventxx::timer< ccallback_type > Struct Template Reference
[Events]

This is the specialization of eventxx::timer for C-style callbacks. More...

Inheritance diagram for eventxx::timer< ccallback_type >:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 timer (ccallback_type handler, void *arg=0) throw ()
 Creates a new timer event.


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

eventxx::timer< ccallback_type >::timer ( ccallback_type  handler,
void *  arg = 0 
) throw () [inline]

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:

Generated on Thu Apr 16 21:08:38 2009 for eventxx by  doxygen 1.5.8