Purple
0.1
Standard Language Specification
|
Struct definitions and macros for functions. More...
#include "scan.h"
Go to the source code of this file.
Classes | |
struct | FunctionParameter |
Container for function parameter information. More... | |
struct | Function |
Container for function information. More... | |
Macros | |
#define | FUNCTION_FROM_OUT_IN(output_type, input_list, num_inputs) |
Generates a Function struct given an output type and a linked list of input types. More... | |
Typedefs | |
typedef struct FunctionParameter | FunctionParameter |
Container for function parameter information. More... | |
typedef struct Function | Function |
Container for function information. More... | |
Struct definitions and macros for functions.
#define FUNCTION_FROM_OUT_IN | ( | output_type, | |
input_list, | |||
num_inputs | |||
) |
typedef struct FunctionParameter FunctionParameter |
Container for function parameter information.