RepastHPC  2.3.1
Public Member Functions | List of all members
repast::MethodFunctor< T > Class Template Reference

Adapts a no-arg method call on an object instance to a Functor interface. More...

#include <Schedule.h>

Inheritance diagram for repast::MethodFunctor< T >:
repast::Functor

Public Member Functions

 MethodFunctor (T *_obj, void(T::*_fptr)())
 
void operator() ()
 

Detailed Description

template<typename T>
class repast::MethodFunctor< T >

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.

Template Parameters
Tthe object type on which the call will be made.

The documentation for this class was generated from the following file: