Form function interface. More...
#include <formFunction.hpp>
Public Member Functions | |
virtual | ~FormFunction () |
Destructor. More... | |
virtual bool | initializeContext () |
Optional function to implement if there is anything to be initialized after creation of all functions. More... | |
virtual FormFunctionClosure * | createClosure () const =0 |
Creates and returns a closure to execute this function. More... | |
Form function interface.
|
inlinevirtual |
Destructor.
|
pure virtual |
Creates and returns a closure to execute this function.
Implemented in _Wolframe::serialize::CppFormFunction, _Wolframe::langbind::RuntimeEnvironmentFormFunction, and _Wolframe::langbind::AuditFunction.
|
inlinevirtual |
Optional function to implement if there is anything to be initialized after creation of all functions.
Copyright © 2014 - Project Wolframe - All Rights Reserved