parrotcode: Reference to a PMC | |
Contents | PMCs |
src/pmc/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 set_pmc(PMC *other)
*other
.PMC *get_pmc()
INTVAL type()
void mark()
These two methods must be implemented because they are not delegated.
STRING *name()
Initial revision by leo 2003.09.01.
Allowed null value by TOGoS 2004.07.28 (evil+bad?)
|