#include "stree.h"
#include "streeconstant.h"
Go to the source code of this file.
Functions | |
bool | stringToBool (string value) |
string | boolToString (bool value) |
int | stringToInt (string value) |
string | intToString (int value) |
|
Definition at line 7 of file stree.cpp. Referenced by BinaryOperator::evaluate(), and UnaryOperator::evaluate(). |
|
Definition at line 20 of file stree.cpp. Referenced by BinaryOperator::evaluate(), PostUnaryOperator::evaluate(), and UnaryOperator::evaluate(). |
|
Definition at line 4 of file stree.cpp. Referenced by BinaryOperator::evaluate(), and UnaryOperator::evaluate(). |
|
Definition at line 10 of file stree.cpp. Referenced by BinaryOperator::evaluate(), PostUnaryOperator::evaluate(), and UnaryOperator::evaluate(). |