parrotcode: Lexical Scrachpad | |
Contents | PMCs |
classes/scratchpad.pmc - Lexical Scrachpad
These are the vtable functions for the Scratchpad base class.
A ScratchPad PMC is a FixedPMCArray of OrderedHashes.
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
.
|