parrotcode: Untitled | |
Contents | PMCs |
src/pmc/managedstruct.pmc - Memory-managed C struct
ManagedStruct
extends UnManagedStruct
to provide a class to hold C struct
values that Parrot is responsible for disposing of.
void init()
void init_pmc(PMC *value)
*value
.void destroy()
void set_integer_native(INTVAL value)
value
bytes for the struct.Initial revision by sean 2002/08/04.
|