25 #ifndef AURORA_ACTIONSCRIPT_ARRAY_H 26 #define AURORA_ACTIONSCRIPT_ARRAY_H 35 namespace ActionScript {
39 typedef boost::shared_ptr<Array>
ArrayPtr;
43 Array(
const std::list<Variable> &values = std::list<Variable>());
61 #endif // AURORA_ACTIONSCRIPT_ARRAY_H void setMember(const Variable &id, const Variable &value)
A variable used in the execution context.
Array(const std::list< Variable > &values=std::list< Variable >())
std::list< Variable > _values
Function objects for ActionScript.
void push(const Variable &v)
Variable getMember(const Variable &id)
An action script variable.
boost::shared_ptr< Array > ArrayPtr