TorqueScript  0.2
Public Member Functions | List of all members
TorqueScript::StoredValueStack Class Reference

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>

Inheritance diagram for TorqueScript::StoredValueStack:
Inheritance graph
[legend]
Collaboration diagram for TorqueScript::StoredValueStack:
Collaboration graph
[legend]

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 ()
 

Detailed Description

Storage class used to keep variable values in-memory of arbitrary data types. This is the base class and should not be instantiated directly.


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