Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Function Struct Reference

Public Attributes

std::string returnType
std::string name
std::vector< Paramparams
std::string rawLine
int lineNumber = 0

Detailed Description

Definition at line 19 of file binding_generator.cpp.

Member Data Documentation

◆ lineNumber

int Function::lineNumber = 0

Definition at line 25 of file binding_generator.cpp.

◆ name

std::string Function::name

Definition at line 22 of file binding_generator.cpp.

◆ params

std::vector<Param> Function::params

Definition at line 23 of file binding_generator.cpp.

◆ rawLine

std::string Function::rawLine

Definition at line 24 of file binding_generator.cpp.

◆ returnType

std::string Function::returnType

Definition at line 21 of file binding_generator.cpp.


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