Runtime environment for functions that need it. (for example as structure hosting the CLR for .NET function calls)
More...
#include <runtimeEnvironment.hpp>
Runtime environment for functions that need it. (for example as structure hosting the CLR for .NET function calls)
virtual _Wolframe::langbind::RuntimeEnvironment::~RuntimeEnvironment |
( |
| ) |
|
|
inlinevirtual |
virtual FormFunctionClosure* _Wolframe::langbind::RuntimeEnvironment::createClosure |
( |
const std::string & |
funcname | ) |
const |
|
pure virtual |
createClosure create a closure to execute function with name 'funcname'
- Parameters
-
[in] | funcname | function name |
virtual std::vector<std::string> _Wolframe::langbind::RuntimeEnvironment::functions |
( |
| ) |
const |
|
pure virtual |
Get the names of the functions implemented.
- Returns
- the function names
virtual const char* _Wolframe::langbind::RuntimeEnvironment::name |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: