Adaptive Framework
0.9.0
|
AFW runtime functions support
More...
#include "afw_internal.h"
Go to the source code of this file.
Functions | |
afw_function_internal_prepare_environment (afw_xctx_t *xctx) | |
const afw_value_t * | afw_function_execute_convert (afw_function_execute_t *x) |
Function implementation function afw_function_execute_convert. More... | |
afw_function_evaluate_function_parameter (const afw_value_t *function_arg, const afw_pool_t *p, afw_xctx_t *xctx) | |
afw_function_evaluate_parameter (afw_function_execute_t *x, afw_size_t parameter_number, const afw_data_type_t *data_type) | |
Evaluate a parameter and convert if necessary. More... | |
afw_function_evaluate_required_parameter (afw_function_execute_t *x, afw_size_t parameter_number, const afw_data_type_t *data_type) | |
Evaluate an required parameter and convert if necessary. More... | |
afw_function_evaluate_parameter_with_type (const afw_value_t *value, afw_size_t parameter_number, const afw_value_type_t *type, const afw_pool_t *p, afw_xctx_t *xctx) | |
Evaluate a parameter with dataTypeParameter. More... | |
AFW runtime functions support
Definition in file afw_function.c.