19 #ifndef GNASH_CONSTANTPOOL_H 20 #define GNASH_CONSTANTPOOL_H 32 std::ostream&
operator<<(std::ostream& os,
const ConstantPool&
p);
45 const ConstantPool* _from;
Definition: ConstantPool.h:34
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
std::ostream & operator<<(std::ostream &o, const URL &u)
Definition: URL.cpp:447
~PoolGuard()
Definition: ConstantPool.cpp:49
The AVM1 virtual machine.
Definition: VM.h:71
Definition: GnashKey.h:162
PoolGuard(VM &vm, const ConstantPool *pool)
Definition: ConstantPool.cpp:40
std::vector< const char * > ConstantPool
An indexed list of strings (must match the definition in action_buffer.h)
Definition: ConstantPool.h:27