parrotcode: Tcl List | |
Contents | Language Implementations | TCL |
classes/tcllist.pmc - Tcl List
These are the vtable functions for the TclList base class
void class_init()
PMC *get_pmc_keyed_int(INTVAL key)
key
.STRING *get_string()
void set_integer_keyed_int (INTVAL key, INTVAL value)
key
to value
.void set_pmc_keyed_int(INTVAL key, PMC *src)
*src
to the array at index key
.
|