parrotcode: Pointer | |
Contents | PMCs |
src/pmc/pointer.pmc - Pointer
These are the vtable functions for the Pointer base class.
The actual pointer is in PMC_data
.
void init()
void morph(INTVAL type)
void mark()
PMC *clone()
INTVAL get_integer()
FLOATVAL get_number()
STRING *get_string()
INTVAL get_bool()
NULL
.INTVAL is_same(PMC *pmc2)
*pmc2
.
|