NAME

src/pmc/ptrbuf.pmc - PtrBuf

DESCRIPTION

PtrBuf is a pointer to a buffer. No affordances for memory management have been made. It has two things - a pointer and a size.

VTABLEs

void init()
PtrBuf is always fat and manages its own attributes. Let Ptr know about this.
INTVAL get_integer()
void set_integer_native(INTVAL i)
Get and set the buffer size.