Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::AST::StructField Struct Reference

Struct Field Node. More...

#include <AST.hpp>

Public Member Functions

 StructField (std::string n, std::unique_ptr< TypeNode > t)

Public Attributes

std::string name
std::unique_ptr< TypeNodetype

Detailed Description

Struct Field Node.

Definition at line 615 of file AST.hpp.

Constructor & Destructor Documentation

◆ StructField()

Phasor::AST::StructField::StructField ( std::string n,
std::unique_ptr< TypeNode > t )
inline

Definition at line 620 of file AST.hpp.

Member Data Documentation

◆ name

std::string Phasor::AST::StructField::name

Definition at line 617 of file AST.hpp.

◆ type

std::unique_ptr<TypeNode> Phasor::AST::StructField::type

Definition at line 618 of file AST.hpp.


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