21 #include <torquescript/storedvalue.hpp>
34 int popInteger(std::shared_ptr<ExecutionState> state);
35 std::string popString(std::shared_ptr<ExecutionState> state);
36 float popFloat(std::shared_ptr<ExecutionState> state);
38 std::vector<std::string> dump();
Storage class used to keep variable values in-memory of arbitrary data types. This is the base class ...
Definition: storedvaluestack.hpp:32