Yume
Public Member Functions | Public Attributes | List of all members
yume::FnArg Struct Reference

#include <vals.hpp>

Collaboration diagram for yume::FnArg:
Collaboration graph
[legend]

Public Member Functions

 FnArg (ty::Type type, string name, const ast::AST &ast)
 

Public Attributes

ty::Type type
 
string name
 
const ast::ASTast
 

Detailed Description

Definition at line 32 of file vals.hpp.

Constructor & Destructor Documentation

◆ FnArg()

yume::FnArg::FnArg ( ty::Type  type,
string  name,
const ast::AST ast 
)
inline

Definition at line 37 of file vals.hpp.

Member Data Documentation

◆ ast

const ast::AST& yume::FnArg::ast

Definition at line 35 of file vals.hpp.

◆ name

string yume::FnArg::name

Definition at line 34 of file vals.hpp.

◆ type

ty::Type yume::FnArg::type

Definition at line 33 of file vals.hpp.


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