Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > cd14cddf3b3ceaf1193157472227757a > files > 266

parrot-doc-1.6.0-1mdv2010.0.i586.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  - CallSignature 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; CallSignature PMC
                </div>

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

<p>src/pmc/callsignature.pmc &#45; CallSignature PMC</p>

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

<p>The CallSignature PMC is used to store the argument list and argument meta information for a multiple dispatch call.</p>

<h2><a name="Functions"
>Functions</a></h2>

<dl>
<dt><a name="void_init()"
><b><code>void init()</b></code></a></dt>
Initializes a newly created CallSignature object.
<dt><a name="void_set_string_native(STRING_*value)"
><b><code>void set_string_native(STRING *value)</b></code></a></dt>
Sets the short signature for the CallSignature.
<dt><a name="STRING_*get_string()"
><b><code>STRING *get_string()</b></code></a></dt>
Returns the short signature for the CallSignature.
<dt><a name="void_set_pmc(PMC_*value)"
><b><code>void set_pmc(PMC *value)</b></code></a></dt>
Sets a fixed&#45;size array of integer types (a type tuple) for the CallSignature.
<dt><a name="PMC_*get_pmc()"
><b><code>PMC *get_pmc()</b></code></a></dt>
Returns a fixed&#45;size array of integer types (a type tuple) for the CallSignature.
<dt><a name="void_set_attr_str(STRING_*key,_PMC_*value)"
><b><code>void set_attr_str(STRING *key, PMC *value)</b></code></a></dt>
Set a PMC value for an attribute by string name.
<dl>
<dt><a name="returns"
>returns</a></dt>
Stores the return signature,
an array of PMCs.</dl>

<dt><a name="PMC_*get_attr_str(STRING_*key)"
><b><code>PMC *get_attr_str(STRING *key)</b></code></a></dt>
Get a PMC value for an attribute by string name.
<dl>
<dt><a name="returns"
>returns</a></dt>
Retrieves the return signature,
an array of PMCs.</dl>

<dt><a name="void_mark()"
><b><code>void mark()</b></code></a></dt>
Mark any referenced strings and PMCs.</dl>
            </div> <!-- "mainbody" -->
            <div id="divider"></div>
            <div id="footer">
	        Copyright &copy; 2002-2009, Parrot Foundation.
            </div>
        </div> <!-- "wrapper" -->
    </body>
</html>