libalcommon
1.14.5
|
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.
virtual void AL::ALFunctorBase::call | ( | const ALValue & | pParams, |
ALValue & | pResult | ||
) | [pure virtual] |
Generic call to a bound module's method.
pParams | input parameter |
pResult | output result |