NAME

src/pmc/imageiostrings.pmc - ImageIOStrings PMC

DESCRIPTION

Get a list of strings in an object graph. Used in packfile creation.

VTABLES

void init()
Initializes the PMC.
void mark()
Marks the PMC as alive.
VTABLE PMC *get_pmc()
Gets the result PMC after a thaw.
VTABLE INTVAL get_integer()
Returns the flags describing the visit action
VTABLE void push_integer(INTVAL v)
Do nothing.
VTABLE void push_float(FLOATVAL v)
Do nothing.
VTABLE void push_string(STRING *v)
Adds the string to the list of strings.
VTABLE void push_pmc(PMC *v)
Checks new pmcs for strings.