libalcommon  1.14.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
AL::ALFunctorBase Class Reference

ALFunctorBase is a generic functor class for pointer management. More...

#include <alcommon/alfunctor.h>

List of all members.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines