NAME
src/pmc/imageiothaw.pmc - ImageIOThaw PMC
DESCRIPTION
Thaws PMCs from packfile images.
VTABLES
- void init()Initializes the PMC.
- void destroy()Destroys the PMC.
- void mark()Marks the PMC as alive.
- void set_string_native(STRING *image)Thaws the PMC contained in
- PMC *get_iter()Gets the todo list for iterating over.
- PMC *get_pmc()Get the thawed PMC.
- INTVAL get_integer()Get the visit action.
- void set_pointer(void *value)Set an exterior constant table to use for cross-referencing constants.
- INTVAL shift_integer()Retreive an integer as the next item from the image.
- FLOATVAL shift_float()Retreive a float as the next item from the image.
- STRING *shift_string()Retreive a string as the next item from the image.
- PMC *shift_pmc()Retreive a PMC as the next item from the image.
image.
