ArkScript
A small, fast, functional and scripting language for video games
Ark::types::Contract Struct Reference

A contract is a list of typed arguments that a function can follow. More...

#include <TypeChecker.hpp>

+ Collaboration diagram for Ark::types::Contract:

Public Attributes

std::vector< Typedefarguments
 

Detailed Description

A contract is a list of typed arguments that a function can follow.

Definition at line 89 of file TypeChecker.hpp.

Member Data Documentation

◆ arguments

std::vector<Typedef> Ark::types::Contract::arguments

Definition at line 91 of file TypeChecker.hpp.

Referenced by Ark::types::displayContract().


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