|
Adaptive Framework
0.9.0
|
Struct for function thunk value. More...
#include <afw_value_internal.h>
Data Fields | |
| const afw_value_inf_t * | inf |
| const afw_utf8_t * | name |
| name. | |
| const afw_utf8_t * | detail |
| includes name and source location. | |
| const afw_value_t * | like_function_value |
| The thunk signature is like this function. | |
| afw_function_thunk_execute_t | execute |
| Function called to execute this thunk. | |
| void * | ctx |
| ctx passed on create. | |
Struct for function thunk value.
Definition at line 337 of file afw_value_internal.h.