#include <mxsPlugin.h>

Public Member Functions |
|
| MSPluginValueMigrator (MSPluginClass *pc, HashTable *old_locals, Array *old_pblock_defs) | |
| void | map (Value *val) |
| MSPluginValueMigrator | ( | MSPluginClass * | pc, |
| HashTable * | old_locals, | ||
| Array * | old_pblock_defs | ||
| ) | [inline] |
{
this->pc = pc;
this->old_locals = old_locals;
this->old_pblock_defs = old_pblock_defs;
}
| void map | ( | Value * | val | ) | [inline, virtual] |
Implements ValueMapper.