Adaptive Framework
0.9.0
|
Struct for contextual and args for call values. More...
#include <afw_value_internal.h>
Data Fields | |
const afw_compile_value_contextual_t * | contextual |
afw_size_t | argc |
const afw_value_t *const * | argv |
Struct for contextual and args for call values.
Definition at line 196 of file afw_value_internal.h.
afw_size_t argc |
The number of function parameters (does not include argv[0]).
Definition at line 202 of file afw_value_internal.h.
const afw_value_t* const* argv |
The function to call argv[0] followed by function parameters.
argv[0] might need to be evaluated to determine the function to call.
Definition at line 210 of file afw_value_internal.h.
const afw_compile_value_contextual_t* contextual |
Contextual info for function call.
Definition at line 199 of file afw_value_internal.h.