|
ICG 2
Electric Boogaloo
|
#include <ParsedAssignment.hpp>
Public Member Functions | |
| ParsedAssignment (std::string assignment_string) | |
| std::string | getVariableName () |
| std::string | getValueRawString () |
| Value * | getValue () |
| ParsedAssignment::ParsedAssignment | ( | std::string | assignment_string | ) |
| Value * ParsedAssignment::getValue | ( | ) |
| std::string ParsedAssignment::getValueRawString | ( | ) |
| std::string ParsedAssignment::getVariableName | ( | ) |