|
RepastHPC
2.3.1
|
Adapts a no-arg method call on an object instance to a Functor interface. More...
#include <Schedule.h>
Public Member Functions | |
| MethodFunctor (T *_obj, void(T::*_fptr)()) | |
| void | operator() () |
Adapts a no-arg method call on an object instance to a Functor interface.
This is used by the Schedule code to schedule method calls on objects.
| T | the object type on which the call will be made. |
1.8.17