parrotcode: LexPad PMC | |
Contents | PMCs |
src/pmc/lexpad.pmc - LexPad PMC
These are the vtable functions for the lexpad PMC.
init_pmc(PMC *lexinfo)
void set_pointer(void *)
INTVAL elements()
INTVAL exists_keyed(PMC *name)
INTVAL exists_keyed_str(STRING *name)
name
exists in the hash.PMC *get_pmc_keyed_str(STRING *name)
PMC *get_pmc_keyed(PMC *name)
void set_pmc_keyed(PMC *name, PMC *value)
void set_pmc_keyed_str(STRING *name, PMC *value)
METHOD PMC *get_lexinfo()
|