parrotcode: Reference to a PMC | |
Contents | PMCs |
classes/ref.pmc - Reference to a PMC
The vtable functions for the Ref base class.
All methods not present below get a default body autogenerated inside Parrot::Pmc2c
.
void init()
PMCNULL
.void init_pmc(PMC *initializer)
*initializer
.void init_pmc_props(PMC *init, PMC *props)
*init
,
and associates the properties in *props
with the reference.void set_pmc(PMC *other)
*other
.PMC *get_pmc()
void mark()
These two methods must be implemented because they are not delegated.
INTVAL type()
STRING *name()
Initial revision by leo 2003.09.01.
Allowed null value by TOGoS 2004.07.28 (evil+bad?)
|