function_data Struct Reference

Structure describing a function. More...

#include <function.h>

Collaboration diagram for function_data:
[legend]

Data Fields

wchar_t * name
 Name of function.
wchar_t * description
 Description of function.
wchar_t * definition
 Function definition.
array_list_tevents
 List of all event handlers for this function.
array_list_tnamed_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.

Detailed Description

Structure describing a 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.


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

Generated on Sun Mar 8 15:46:56 2009 for fish by  doxygen 1.5.6