Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
afw_value_call_args_s Struct Reference

Struct for contextual and args for call values. More...

#include <afw_value_internal.h>

Data Fields

const afw_compile_value_contextual_tcontextual
 
afw_size_t argc
 
const afw_value_t *const * argv
 

Detailed Description

Struct for contextual and args for call values.

Definition at line 196 of file afw_value_internal.h.

Field Documentation

◆ argc

afw_size_t argc

The number of function parameters (does not include argv[0]).

Definition at line 202 of file afw_value_internal.h.

◆ argv

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.

◆ contextual

const afw_compile_value_contextual_t* contextual

Contextual info for function call.

Definition at line 199 of file afw_value_internal.h.


The documentation for this struct was generated from the following file: