libalcommon  1.14.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
AL::ALFunctorBase Class Referenceabstract

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.
 

Detailed Description

ALFunctorBase is a generic functor class for pointer management.

Definition at line 33 of file alfunctor.h.

Member Function Documentation

virtual void AL::ALFunctorBase::call ( const ALValue pParams,
ALValue pResult 
)
pure virtual

Generic call to a bound module's method.

Parameters
pParamsinput parameter
pResultoutput result

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