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

#include <NameResolutionPass.hpp>

Collaboration diagram for Ark::internal::Variable:
[legend]

Public Member Functions

bool operator== (const Variable &other) const =default
 

Public Attributes

std::string name
 
bool is_mutable
 

Detailed Description

Definition at line 24 of file NameResolutionPass.hpp.

Member Function Documentation

◆ operator==()

bool Ark::internal::Variable::operator== ( const Variable & other) const
default

Member Data Documentation

◆ is_mutable

bool Ark::internal::Variable::is_mutable

Definition at line 27 of file NameResolutionPass.hpp.

◆ name

std::string Ark::internal::Variable::name

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