SST
6.1.0
StructuralSimulationToolkit
|
Event Handler class without user-data. More...
#include <oneshot.h>
Public Member Functions | |
Handler (classT *const object, PtrMember member) | |
Constructor. More... | |
void | operator() () |
Operator to callback OneShot Handler; called by the OneShot object to execute the users callback. | |
Event Handler class without user-data.
classT | Type of the Object |
|
inline |
Constructor.
object | - Pointer to Object upon which to call the handler |
member | - Member function to call as the handler |