parrotcode: Parrot IO | |
Contents | PMCs |
classes/parrotio.pmc - Parrot IO
These are the vtable functions for Parrot IO.
void class_init()
void init()
void destroy()
PMC *clone()
ParrotIO
object.
If we have different IO layers,
we might copy data
and struct_val
.INTVAL get_bool()
EOF
or not.STRING *get_string_keyed_int(INTVAL n)
void push_string (STRING *value)
value
onto the PIO's layer stack.STRING *pop_string ()
Initial version by leo 2003/06/23.
|