VISH
0.2
|
Invoking class member functions through the VScript API. More...
#include </home/werner/origo/vish/ocean/plankton/VScript.hpp>
Invoking class member functions through the VScript API.
This template class allows to map a class member function to a scriptable function.
override RefPtr<VScriptValue> Wizt::VScriptAction::call | ( | const RefPtr< VScriptParameters > & | V, |
const RefPtr< ValuePool > & | Context | ||
) | [inline, virtual] |
Call a functor.
V | function arguments |
Context | the context information |
Implements Wizt::VScriptFunctor.