Adaptive Framework
0.9.0
|
Struct for call value. More...
#include <afw_value_internal.h>
Data Fields | |
const afw_value_inf_t * | inf |
const afw_value_t * | function_value |
afw_value_call_args_t | args |
Struct for call value.
This is a call to the function defined in argv[0] with argc parameters beginning with argv[1]. The function defined can be unevaluated, a function definition, a script function definition, or a thunk definition.
Definition at line 222 of file afw_value_internal.h.