#include <actions.h>
Inherits lightspark::ActionTag.

Public Member Functions | |
| ActionConstantPool (std::istream &in) | |
| void | Execute () |
| void | print () |
Private Attributes | |
| UI16 | Count |
| std::vector< STRING > | ConstantPool |
Definition at line 255 of file actions.h.
| ActionConstantPool::ActionConstantPool | ( | std::istream & | in | ) |
Definition at line 1170 of file actions.cpp.
| void ActionConstantPool::Execute | ( | ) | [virtual] |
Implements lightspark::ActionTag.
Definition at line 1395 of file actions.cpp.
| void lightspark::ActionConstantPool::print | ( | ) | [inline, virtual] |
Implements lightspark::ActionTag.
std::vector<STRING> lightspark::ActionConstantPool::ConstantPool [private] |
UI16 lightspark::ActionConstantPool::Count [private] |
1.6.3