OpenClonk
aul::ast::Function::Parameter Struct Reference

#include <C4AulAST.h>

Public Member Functions

 Parameter (const std::string &name, C4V_Type type=C4V_Any)
 

Public Attributes

std::string name
 
C4V_Type type
 

Detailed Description

Definition at line 371 of file C4AulAST.h.

Constructor & Destructor Documentation

◆ Parameter()

aul::ast::Function::Parameter::Parameter ( const std::string &  name,
C4V_Type  type = C4V_Any 
)
inlineexplicit

Definition at line 375 of file C4AulAST.h.

Member Data Documentation

◆ name

std::string aul::ast::Function::Parameter::name

Definition at line 373 of file C4AulAST.h.

◆ type

C4V_Type aul::ast::Function::Parameter::type

Definition at line 374 of file C4AulAST.h.


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