gfy-cpp
Loading...
Searching...
No Matches
variable_t Struct Reference

Variable type. More...

#include <memory.hpp>

Data Fields

variant< int, float, string, bool > value
 
Type type
 
bool strongly_typed = false
 

Detailed Description

Variable type.

Variable type is used to store the type of a variable. It is used by the interpreter to know the type of a variable

Field Documentation

◆ strongly_typed

bool variable_t::strongly_typed = false

◆ type

Type variable_t::type

◆ value

variant<int, float, string, bool> variable_t::value

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