parrotcode: Lexical Scratchpad | |
Contents | PMCs |
classes/scratchpad.pmc - Lexical Scratchpad
These are the vtable functions for the Scratchpad PMC.
A ScratchPad PMC is a FixedPMCArray of OrderedHashes. It is used in the implementation of the opcodes in ops/var.ops.
PMC *get_pmc_keyed(PMC *key)
[STRING]
[INT]
[INT;STRING]
[INT;INT]
void set_pmc_keyed(PMC *key, PMC *value)
get_pmc_keyed()
supports are supported here.void delete_keyed(PMC *key)
*key
.
|