Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 9642

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Methods of Class Writer</title>
<link rel="stylesheet" type="text/css" href="../../../cpp.css">
</head>
<body>
<div id="adc-cppref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="1" cellspacing="0">
<tr align="center" valign="top">
<td class="navimain">&nbsp;<a href="../../../index.html">Overview</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="../index.html">Namespace</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="../c-Writer.html">Class</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="../../../index-files/index-1.html">Index</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="../../../help.html">Help</a>&nbsp;</td>
</tr>
</table>
<table class="navisub" cellpadding="0" cellspacing="3"></table>
<hr>
<div class="title"><h2>Methods of Class Writer</h2>
</div><hr>
<dl class="member">
<dt class="member"><a name="Writer-2158"> </a>Writer</dt>
<dd class="member"><dl>
<dt class="simple"> <strong>Writer</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../e-typereg_Version.html">typereg_Version</a> </td>
<td> version,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>documentation,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>fileName,</td>
</tr>
<tr>
<td><a href="../../e-RTTypeClass.html">RTTypeClass</a></td>
<td>typeClass,</td>
</tr>
<tr>
<td>bool</td>
<td>published,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>typeName,</td>
</tr>
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a></td>
<td>superTypeCount,</td>
</tr>
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a></td>
<td>fieldCount,</td>
</tr>
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a></td>
<td>methodCount,</td>
</tr>
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a></td>
<td>referenceCount );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Creates a type writer.

</dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">version</td>
<td><pre>the version of the created type writer; must not be
       negative

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">documentation</td>
<td><pre>the documentation

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">fileName</td>
<td><pre>the file name (deprecated, use an empty string)

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">typeClass</td>
<td><pre>the type class of the created type writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">published</td>
<td><pre>whether the created type writer is published; for a type
       class that cannot be published, this should be false

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">typeName</td>
<td><pre>the type name of the created type writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">superTypeCount</td>
<td><pre>the number of super types of the created type
       writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">fieldCount</td>
<td><pre>the number of fields of the created type writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">methodCount</td>
<td><pre>the number of methods of the created type writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">referenceCount</td>
<td><pre>the number of references of the created type writer

       </pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="~Writer-2159"> </a>~Writer</dt>
<dd class="member"><dl>
<dt class="simple"> <strong>~Writer</strong>();</dt>
<dd><table class="param-table"></table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Destroys this <code>Writer</code> instance.
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="setSuperTypeName-2160"> </a>setSuperTypeName</dt>
<dd class="member"><dl>
<dt class="simple">void <strong>setSuperTypeName</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a> </td>
<td> index,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>typeName );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Sets the type name of a super type of this type writer.

</dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">index</td>
<td><pre>a valid index into the range of super types of this type
       writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">typeName</td>
<td><pre>the super type name

       </pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="setFieldData-2161"> </a>setFieldData</dt>
<dd class="member"><dl>
<dt class="simple">void <strong>setFieldData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a> </td>
<td> index,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>documentation,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>fileName,</td>
</tr>
<tr>
<td><a href="../../t-RTFieldAccess.html">RTFieldAccess</a></td>
<td>flags,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>name,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>typeName,</td>
</tr>
<tr>
<td>const <a href="../../c-RTConstValue.html">RTConstValue</a> &amp;</td>
<td>value );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Sets the data of a field of this type writer.

</dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">index</td>
<td><pre>a valid index into the range of fields of this type writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">documentation</td>
<td><pre>the documentation of the field

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">fileName</td>
<td><pre>the file name of the field (deprecated, use an empty string)

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">flags</td>
<td><pre>the flags of the field

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">name</td>
<td><pre>the name of the field

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">typeName</td>
<td><pre>the type name of the field

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">valueType</td>
<td><pre>the type of the value of the field

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">valueValue</td>
<td><pre>the value of the value of the field

       </pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="setMethodData-2162"> </a>setMethodData</dt>
<dd class="member"><dl>
<dt class="simple">void <strong>setMethodData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a> </td>
<td> index,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>documentation,</td>
</tr>
<tr>
<td><a href="../../e-RTMethodMode.html">RTMethodMode</a></td>
<td>flags,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>name,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>returnTypeName,</td>
</tr>
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a></td>
<td>parameterCount,</td>
</tr>
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a></td>
<td>exceptionCount );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Sets the data of a method of this type writer.

</dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">index</td>
<td><pre>a valid index into the range of methods of this type writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">documentation</td>
<td><pre>the documentation of the method

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">flags</td>
<td><pre>the flags of the method

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">name</td>
<td><pre>the name of the method

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">returnTypeName</td>
<td><pre>the return type name of the method

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">parameterCount</td>
<td><pre>the number of parameters of the method

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">exceptionCount</td>
<td><pre>the number of exceptions of the method

       </pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="setMethodParameterData-2163"> </a>setMethodParameterData</dt>
<dd class="member"><dl>
<dt class="simple">void <strong>setMethodParameterData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a> </td>
<td> methodIndex,</td>
</tr>
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a></td>
<td>parameterIndex,</td>
</tr>
<tr>
<td><a href="../../e-RTParamMode.html">RTParamMode</a></td>
<td>flags,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>name,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>typeName );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Sets the data of a parameter of a method of this type writer.

</dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">methodIndex</td>
<td><pre>a valid index into the range of methods of this type
       writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">parameterIndex</td>
<td><pre>a valid index into the range of parameters of the
       given method

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">flags</td>
<td><pre>the flags of the parameter

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">name</td>
<td><pre>the name of the parameter

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">typeName</td>
<td><pre>the type name of the parameter

       </pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="setMethodExceptionTypeName-2164"> </a>setMethodExceptionTypeName</dt>
<dd class="member"><dl>
<dt class="simple">void <strong>setMethodExceptionTypeName</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a> </td>
<td> methodIndex,</td>
</tr>
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a></td>
<td>exceptionIndex,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>typeName );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Sets an exception type name of a method of this type writer.

</dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">methodIndex</td>
<td><pre>a valid index into the range of methods of this type
       writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">exceptionIndex</td>
<td><pre>a valid index into the range of exceptions of the
       given method

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">typeName</td>
<td><pre>the exception type name

       </pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="setReferenceData-2165"> </a>setReferenceData</dt>
<dd class="member"><dl>
<dt class="simple">void <strong>setReferenceData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../t-sal_uInt16.html">sal_uInt16</a> </td>
<td> index,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>documentation,</td>
</tr>
<tr>
<td><a href="../../e-RTReferenceType.html">RTReferenceType</a></td>
<td>sort,</td>
</tr>
<tr>
<td><a href="../../t-RTFieldAccess.html">RTFieldAccess</a></td>
<td>flags,</td>
</tr>
<tr>
<td>const rtl::<a href="../../rtl/c-OUString.html">OUString</a> &amp;</td>
<td>typeName );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Sets the data of a reference of this type writer.

</dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">handle</td>
<td><pre>a handle on a type writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">index</td>
<td><pre>a valid index into the range of references of this type
       writer

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">documentation</td>
<td><pre>the documentation of the reference

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">sort</td>
<td><pre>the sort of the reference

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">flags</td>
<td><pre>the flags of the reference

       </pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">typeName</td>
<td><pre>the type name of the reference

       </pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="getBlob-2166"> </a>getBlob</dt>
<dd class="member"><dl>
<dt class="simple">const void * <strong>getBlob</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../t-sal_uInt32.html">sal_uInt32</a> * </td>
<td> size );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd>Returns the blob of this type writer.

</dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">size</td>
<td><pre>an out-parameter obtaining the size of the blob

       </pre></td>
</tr>
</table>
</dd>
<dt>Return</dt>
<dd>a (byte-aligned) pointer to the blob; the returned pointer and
       the returned <code>size</code> remain valid until the next function is
       called on this type writer

       </dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="Writer-2167"> </a>Writer</dt>
<dd class="member"><dl>
<dt class="simple"> <strong>Writer</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../typereg/c-Writer.html">Writer</a> &amp; </td>
<td>  );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"/></dl>
<hr>
<dl class="member">
<dt class="member"><a name="operator=-2168"> </a>operator=</dt>
<dd class="member"><dl>
<dt class="simple">void <strong>operator=</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="../../typereg/c-Writer.html">Writer</a> </td>
<td>  );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
</tr>
</table>
<br>
</dd>
<dd class="member"/></dl>
<hr>
<a href="#_top_" class="objchapter">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-cppref" -->
</body>

</html>