|
TorqueScript
0.2
|
Storage class used to keep variable values in-memory of arbitrary data types. This is the base class and should not be instantiated directly. More...
#include <storedvaluestack.hpp>


Public Member Functions | |
| int | popInteger (std::shared_ptr< ExecutionState > state) |
| std::string | popString (std::shared_ptr< ExecutionState > state) |
| float | popFloat (std::shared_ptr< ExecutionState > state) |
| std::vector< std::string > | dump () |
Storage class used to keep variable values in-memory of arbitrary data types. This is the base class and should not be instantiated directly.