#include <function.h>
Data Fields | |
| wchar_t * | name |
| Name of function. | |
| wchar_t * | description |
| Description of function. | |
| wchar_t * | definition |
| Function definition. | |
| array_list_t * | events |
| List of all event handlers for this function. | |
| array_list_t * | named_arguments |
| List of all named arguments for this function. | |
| int | shadows |
| Set to non-zero if invoking this function shadows the variables of the underlying function. | |
This is used by the parser to store data on a function while parsing it. It is not used internally to store functions, the function_internal_data_t structure is used for that purpose. Parhaps these two should be merged.
1.5.6