NAME
src/pmc/ptrobj.pmc - PtrObj PMC
DESCRIPTION
PtrObj
is for object-ish pointers.
These augment PtrBuf
to afford memory management.
VTABLEs
PMC *clone()
Invoke the custom METHOD clone_func(func :optional)
Get or set the custom void mark()
Invoke the custom METHOD mark_func(func :optional)
Get or set the custom void destroy()
Invoke the custom METHOD destroy_func(func :optional)
Get or set the custom
clone
function,
if one has been provided.
Otherwise,
cloning is an error.
clone
function.
mark
function,
if one has been provided.
mark
function.
destroy
function if one has been provided.
destroy
function.