|
CWB
|
The BuiltinF object represents a built-in function. More...
#include <builtins.h>
Data Fields | |
| int | id |
| The id code of this function. More... | |
| char * | name |
| The name of this function. More... | |
| int | nr_args |
| How many arguments the function has. More... | |
| int * | argtypes |
| Address of an ordered array of argument types ("types" are ATTAT_x constants) More... | |
| int | result_type |
| Type of the function's result ("types" are ATTAT_x constants) More... | |
The BuiltinF object represents a built-in function.
| int* argtypes |
Address of an ordered array of argument types ("types" are ATTAT_x constants)
| int id |
The id code of this function.
| char* name |
The name of this function.
Referenced by find_predefined(), and print_booltree().
| int nr_args |
How many arguments the function has.
| int result_type |
Type of the function's result ("types" are ATTAT_x constants)
1.8.8