Simpatico
v1.10
|
Interface for functor that wraps a void function with one argument (abstract).
The operator (const T& t ) invokes the associated one-parameter function.
Definition at line 24 of file IFunctor.h.
#include <IFunctor.h>
Public Member Functions | |
virtual | ~IFunctor () |
Destructor (virtual) More... | |
virtual void | operator() (const T &t)=0 |
Call the associated function. More... | |
|
inlinevirtual |
Destructor (virtual)
Definition at line 31 of file IFunctor.h.
|
pure virtual |
Call the associated function.
t | parameter value passed to associated function. |
Implemented in Util::MethodFunctor< Object, T >.
Referenced by Util::IFunctor<>::~IFunctor(), and Util::IFunctor< void >::~IFunctor().