Simpatico
v1.10
|
Interface for functor that wraps a void function with no arguments (abstract).
The operator () invokes the associated zero-parameter function.
Definition at line 50 of file IFunctor.h.
#include <IFunctor.h>
Public Member Functions | |
virtual | ~IFunctor () |
Destructor (virtual) More... | |
virtual void | operator() ()=0 |
Call a specific member function with one parameter. More... | |
|
inlinevirtual |
Destructor (virtual)
Definition at line 57 of file IFunctor.h.
References Util::IFunctor< T >::operator()().
|
pure virtual |
Call a specific member function with one parameter.
Implemented in Util::MethodFunctor< Object, void >.