parrotcode: Base vtable calling functions | |
Contents | C |
src/key.c - Base vtable calling functions
The base vtable calling functions.
key_new
Key
PMC.key_new_integer
Key
PMC with value value
.key_new_number
Key
PMC with value value
.key_new_string
Key
PMC with value value
.key_new_cstring
Key
PMC with value value
converted to a STRING
.key_new_pmc
Key
PMC with value value
.key_set_integer
value
in key
.key_set_register
value
in key
.key_set_number
value
in key
.key_set_string
value
in key
.key_set_pmc
value
in key
.key_type
key
.key_pmc
key
if possible.
Otherwise they throws an exceptions.key_next
key
is in a sequence of linked keys.key_append
key2
to key1
.key1
is not the last key in a sequence linked keys then the last key will be found and key2
appended to that.key1
.key_mark
key
as live.include/parrot/key.h.
Initial version by Jeff G. on 2001.12.05.
|