Event Handler class with user-data argument.
More...
#include <oneshot.h>
template<typename classT, typename argT = void>
class SST::OneShot::Handler< classT, argT >
Event Handler class with user-data argument.
- Template Parameters
-
classT | Type of the Object |
argT | Type of the argument |
template<typename classT , typename argT = void>
Constructor.
- Parameters
-
object | - Pointer to Object upon which to call the handler |
member | - Member function to call as the handler |
data | - Additional argument to pass to handler |
template<typename classT , typename argT = void>
The documentation for this class was generated from the following file: