Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 1e007a96761035f261351a68e7601417 > files > 291

parrot-docs-3.6.0-2.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Parrot  - ImageIOThaw PMC</title>
        <link rel="stylesheet" type="text/css"
            href="../../../resources/parrot.css"
            media="all">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    </head>
    <body>
        <div id="wrapper">
            <div id="header">

                <a href="http://www.parrot.org">
                <img border=0 src="../../../resources/parrot_logo.png" id="logo" alt="parrot">
                </a>
            </div> <!-- "header" -->
            <div id="divider"></div>
            <div id="mainbody">
                <div id="breadcrumb">
                    <a href="../../../html/index.html">Home</a> &raquo; <a href="../../../html/pmc.html">PMCs</a> &raquo; ImageIOThaw PMC
                </div>

<h1><a name="NAME"
>NAME</a></h1>

<p>src/pmc/imageiothaw.pmc &#45; ImageIOThaw PMC</p>

<h1><a name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>Thaws PMCs from packfile images.</p>

<h1><a name="VTABLES"
>VTABLES</a></h1>

<dl>
<dt><a name="void_init()"
><b><code>void init()</b></code></a></dt>
Initializes the PMC.
<dt><a name="void_destroy()"
><b><code>void destroy()</b></code></a></dt>
Destroys the PMC.
<dt><a name="void_mark()"
><b><code>void mark()</b></code></a></dt>
Marks the PMC as alive.
<dt><a name="void_set_string_native(STRING_*image)"
><b><code>void set_string_native(STRING *image)</b></code></a></dt>
Thaws the PMC contained in <code>image</code>.
<dt><a name="PMC_*get_pmc()"
><b><code>PMC *get_pmc()</b></code></a></dt>
Get the thawed PMC.
<dt><a name="INTVAL_get_integer()"
><b><code>INTVAL get_integer()</b></code></a></dt>
Get the visit action.
<dt><a name="void_set_pointer(void_*value)"
><b><code>void set_pointer(void *value)</b></code></a></dt>
Set an exterior constant table to use for cross&#45;referencing constants.
<dt><a name="INTVAL_shift_integer()"
><b><code>INTVAL shift_integer()</b></code></a></dt>
Retrieve an integer as the next item from the image.
<dt><a name="FLOATVAL_shift_float()"
><b><code>FLOATVAL shift_float()</b></code></a></dt>
Retrieve a float as the next item from the image.
<dt><a name="STRING_*shift_string()"
><b><code>STRING *shift_string()</b></code></a></dt>
Retrieve a string as the next item from the image.
<dt><a name="PMC_*shift_pmc()"
><b><code>PMC *shift_pmc()</b></code></a></dt>
Retrieve a PMC as the next item from the image.</dl>
            </div> <!-- "mainbody" -->
            <div id="divider"></div>
            <div id="footer">
	        Copyright &copy; 2002-2011, Parrot Foundation.
            </div>
        </div> <!-- "wrapper" -->
    </body>
</html>