Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches
returnValues Struct Reference

specifies the type of the return value and carries the return value More...

#include <Interpreter.h>

Public Attributes

bool isbooleanval = false
 
bool booleanval = false
 
bool isnumberval = false
 
bool iswordval = false
 
double numberval = 0.0
 
std::string wordval = ""
 

Detailed Description

specifies the type of the return value and carries the return value


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