Go to the source code of this file.
|
#define | REGISTER_HOST_API_FUNC(name) |
| check arg num and call HostApi method macro Aims to reduce boiler plate code and method name mentions. Uses name argument as a string and a template argument. More...
|
|
#define REGISTER_HOST_API_FUNC |
( |
|
name | ) |
|
Value:imports_[#name] = \
&importCall<&host_api::HostApi ::name>
check arg num and call HostApi method macro Aims to reduce boiler plate code and method name mentions. Uses name argument as a string and a template argument.
- Parameters
-
- Returns
- result of method invocation
Definition at line 114 of file runtime_external_interface.cpp.