Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::AST::FunctionDecl::Param Struct Reference

#include <AST.hpp>

Collaboration diagram for Phasor::AST::FunctionDecl::Param:
[legend]

Public Attributes

std::string name
std::unique_ptr< TypeNodetype

Detailed Description

Definition at line 640 of file AST.hpp.

Member Data Documentation

◆ name

std::string Phasor::AST::FunctionDecl::Param::name

Definition at line 642 of file AST.hpp.

◆ type

std::unique_ptr<TypeNode> Phasor::AST::FunctionDecl::Param::type

Definition at line 643 of file AST.hpp.


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