libalcommon
1.14
|
ALFunctorBase is a generic functor class for pointer management.
. More...
#include <alcommon/alfunctor.h>
Public Member Functions | |
virtual void | call (const ALValue &pParams, ALValue &pResult)=0 |
Generic call to a bound module's method. | |
virtual | ~ALFunctorBase () |
Destructor. |
ALFunctorBase is a generic functor class for pointer management.
.
Definition at line 33 of file alfunctor.h.
Generic call to a bound module's method.
pParams | input parameter |
pResult | output result |