Purple  0.1
Standard Language Specification
Public Attributes | List of all members
FunctionParameter Struct Reference

Container for function parameter information. More...

#include <function.h>

Collaboration diagram for FunctionParameter:
Collaboration graph

Public Attributes

Number parameter_type
 
char parameter_name [MAX_IDENTIFIER_LENGTH]
 

Detailed Description

Container for function parameter information.

Member Data Documentation

◆ parameter_name

char FunctionParameter::parameter_name[MAX_IDENTIFIER_LENGTH]

Name of this parameter

◆ parameter_type

Number FunctionParameter::parameter_type

Type of this parameter


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