Adaptive Framework Core Internal.
#define AFW_FUNCTION_EVALUATE_REQUIRED_PARAMETER(A_RESULT, A_N)
Evaluate an required parameter.
const afw_value_t * afw_function_execute_metas(afw_function_execute_t *x)
Adaptive Function metas
const afw_value_t * afw_function_execute_meta(afw_function_execute_t *x)
Adaptive Function meta
#define afw_value_get_evaluated_meta(instance, p, xctx)
Call method get_evaluated_meta of interface afw_value.
#define afw_value_get_evaluated_metas(instance, p, xctx)
Call method get_evaluated_metas of interface afw_value.
Function execute parameter.
const afw_value_t *const * argv
This is the function parameters.
afw_xctx_t * xctx
The execution context (xctx) of caller.
const afw_pool_t * p
Pool for result.
Interface afw_value public struct.