| parrotcode: Base vtable calling functions | |
| Contents | C |

src/key.c - Base vtable calling functions

The base vtable calling functions.

key_newKey PMC.key_new_integerKey PMC with value value.key_new_numberKey PMC with value value.key_new_stringKey PMC with value value.key_new_cstringKey PMC with value value converted to a STRING.key_new_pmcKey PMC with value value.key_set_integervalue in key.key_set_registervalue in key.key_set_numbervalue in key.key_set_stringvalue in key.key_set_pmcvalue in key.key_typekey.key_pmckey if possible.
Otherwise they throws an exceptions.key_nextkey is in a sequence of linked keys.key_appendkey2 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_markkey as live.
include/parrot/key.h.

Initial version by Jeff G. on 2001.12.05.
|
|
|