Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 5fb1c39f9f9130a3cc01e8b1ffa5c0f8 > files > 10069

libreoffice-devel-3.5.4-4.x86_64.rpm

<html>
<head>
<title>class Reader</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="navimainself">&nbsp;Class&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">
<tr>
<td width="20%"><font size="-2">PUBLIC MEMBERS:</font></td>
<td>
&nbsp;<font size="-2">CLASSES</font>
|&nbsp;<font size="-2">STRUCTS</font>
|&nbsp;<font size="-2">UNIONS</font>
|&nbsp;<font size="-2">ENUMS</font>
|&nbsp;<font size="-2">TYPEDEFS</font>
|&nbsp;<a href="#publ_ops"><font size="-2"><b>METHODS</b></font></a>
|&nbsp;<font size="-2">STATIC METHODS</font>
|&nbsp;<font size="-2">DATA</font>
|&nbsp;<font size="-2">STATIC DATA</font></td>
</tr>
<tr>
<td width="20%"><font size="-2">PRIVATE MEMBERS:</font></td>
<td>
&nbsp;<font size="-2">CLASSES</font>
|&nbsp;<font size="-2">STRUCTS</font>
|&nbsp;<font size="-2">UNIONS</font>
|&nbsp;<font size="-2">ENUMS</font>
|&nbsp;<font size="-2">TYPEDEFS</font>
|&nbsp;<font size="-2">METHODS</font>
|&nbsp;<font size="-2">STATIC METHODS</font>
|&nbsp;<a href="#priv_vars"><font size="-2"><b>DATA</b></font></a>
|&nbsp;<font size="-2">STATIC DATA</font></td>
</tr>
</table>
<hr>
<a href="../../names/index.html" alt="Global Namespace in C++"><font size="+1"><b>::</b></font></a> <a href="index.html" alt="namespace"><font size="+1"><b>typereg</b></font></a><font size="+1"> :: </font><div class="title"><h2>class Reader</h2>
</div><hr>
<dl>
<dt>Base Classes</dt>
<dd>None.</dd>
</dl>
<dl>
<dt>Known Derived Classes</dt>
<dd>None.</dd>
</dl>
<br>
<table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="25%" class="flagname">virtual</td>
<td width="25%" class="flagname">abstract</td>
<td width="25%" class="flagname">interface</td>
<td width="25%" class="flagname">template</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
</tr>
</table>
<dl>
<dt>Summary</dt>
<dd>A type reader working on a binary blob that represents a UNOIDL type.

</dd>
<dt>Description</dt>
<dd>   <p>Instances of this class are not multi-thread&ndash;safe.</p>

   </dd>
<dt>Since </dt>
<dd>UDK 3.2.0</dd>
</dl>
<dl>
<dt>File</dt>
<dd>reader.hxx</dd>
</dl>
<hr>
<dl>
<dt class="subtitle"><a name="publ_"><h3>Public Members</h3>
</a></dt>
<dd><a name="publ_ops"> </a><table class="childlist" border="1" cellpadding="5" cellspacing="0" width="100%">
<tr class="subtitle">
<td colspan="2"><h4>Methods</h4>
</td>
</tr>
<tr>
<td> <br>
<a href="Reader/o.html#Reader-2256">Reader</a>( );</td>
<td width="50%"> Creates an invalid type reader.
</td>
</tr>
<tr>
<td> <br>
<a href="Reader/o.html#Reader-2257">Reader</a>( const void * buffer, sal_uInt32 length, bool copy, typereg_Version maxVersion );</td>
<td width="50%"> Creates a type reader.

</td>
</tr>
<tr>
<td> <br>
<a href="Reader/o.html#Reader-2258">Reader</a>( const Reader &amp; other );</td>
<td width="50%"> Shares a type reader between two &lt;code&gt;Reader&lt;/code&gt; instances.

</td>
</tr>
<tr>
<td> <br>
<a href="Reader/o.html#~Reader-2259">~Reader</a>( );</td>
<td width="50%"> Destroys this &lt;code&gt;Reader&lt;/code&gt; instance.

</td>
</tr>
<tr>
<td>Reader &amp; <br>
<a href="Reader/o.html#operator=-2260">operator=</a>( const Reader &amp; other );</td>
<td width="50%"> Replaces the underlying type reader.

</td>
</tr>
<tr>
<td>bool <br>
<a href="Reader/o.html#isValid-2261">isValid</a>( ) const;</td>
<td width="50%"> Returns whether this type reader is valid.

</td>
</tr>
<tr>
<td>typereg_Version <br>
<a href="Reader/o.html#getVersion-2262">getVersion</a>( ) const;</td>
<td width="50%"> Returns the binary blob version of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getDocumentation-2263">getDocumentation</a>( ) const;</td>
<td width="50%"> Returns the documentation of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getFileName-2264">getFileName</a>( ) const;</td>
<td width="50%"> Returns the file name of this type reader.

</td>
</tr>
<tr>
<td>RTTypeClass <br>
<a href="Reader/o.html#getTypeClass-2265">getTypeClass</a>( ) const;</td>
<td width="50%"> Returns the type class of this type reader.

</td>
</tr>
<tr>
<td>bool <br>
<a href="Reader/o.html#isPublished-2266">isPublished</a>( ) const;</td>
<td width="50%"> Returns whether this type reader is published.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getTypeName-2267">getTypeName</a>( ) const;</td>
<td width="50%"> Returns the type name of this type reader.

</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="Reader/o.html#getSuperTypeCount-2268">getSuperTypeCount</a>( ) const;</td>
<td width="50%"> Returns the number of super types of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getSuperTypeName-2269">getSuperTypeName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the type name of a super type of this type reader.

</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="Reader/o.html#getFieldCount-2270">getFieldCount</a>( ) const;</td>
<td width="50%"> Returns the number of fields of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getFieldDocumentation-2271">getFieldDocumentation</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the documentation of a field of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getFieldFileName-2272">getFieldFileName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the file name of a field of this type reader.

</td>
</tr>
<tr>
<td>RTFieldAccess <br>
<a href="Reader/o.html#getFieldFlags-2273">getFieldFlags</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the flags of a field of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getFieldName-2274">getFieldName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the name of a field of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getFieldTypeName-2275">getFieldTypeName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the type name of a field of this type reader.

</td>
</tr>
<tr>
<td>RTConstValue <br>
<a href="Reader/o.html#getFieldValue-2276">getFieldValue</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the value of a field of this type reader.

</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="Reader/o.html#getMethodCount-2277">getMethodCount</a>( ) const;</td>
<td width="50%"> Returns the number of methods of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getMethodDocumentation-2278">getMethodDocumentation</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the documentation of a method of this type reader.

</td>
</tr>
<tr>
<td>RTMethodMode <br>
<a href="Reader/o.html#getMethodFlags-2279">getMethodFlags</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the flags of a method of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getMethodName-2280">getMethodName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the name of a method of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getMethodReturnTypeName-2281">getMethodReturnTypeName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the return type name of a method of this type reader.

</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="Reader/o.html#getMethodParameterCount-2282">getMethodParameterCount</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the number of parameters of a method of this type reader.

</td>
</tr>
<tr>
<td>RTParamMode <br>
<a href="Reader/o.html#getMethodParameterFlags-2283">getMethodParameterFlags</a>( sal_uInt16 methodIndex, sal_uInt16 parameterIndex ) const;</td>
<td width="50%"> Returns the flags of a parameter of a method of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getMethodParameterName-2284">getMethodParameterName</a>( sal_uInt16 methodIndex, sal_uInt16 parameterIndex ) const;</td>
<td width="50%"> Returns the name of a parameter of a method of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getMethodParameterTypeName-2285">getMethodParameterTypeName</a>( sal_uInt16 methodIndex, sal_uInt16 parameterIndex ) const;</td>
<td width="50%"> Returns the type name of a parameter of a method of this type reader.

</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="Reader/o.html#getMethodExceptionCount-2286">getMethodExceptionCount</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the number of exceptions of a method of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getMethodExceptionTypeName-2287">getMethodExceptionTypeName</a>( sal_uInt16 methodIndex, sal_uInt16 exceptionIndex ) const;</td>
<td width="50%"> Returns the type name of an exception of a method of this type reader.

</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="Reader/o.html#getReferenceCount-2288">getReferenceCount</a>( ) const;</td>
<td width="50%"> Returns the number of references of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getReferenceDocumentation-2289">getReferenceDocumentation</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the documentation of a reference of this type reader.

</td>
</tr>
<tr>
<td>RTFieldAccess <br>
<a href="Reader/o.html#getReferenceFlags-2290">getReferenceFlags</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the flags of a reference of this type reader.

</td>
</tr>
<tr>
<td>RTReferenceType <br>
<a href="Reader/o.html#getReferenceSort-2291">getReferenceSort</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the sort of a reference of this type reader.

</td>
</tr>
<tr>
<td>rtl::OUString <br>
<a href="Reader/o.html#getReferenceTypeName-2292">getReferenceTypeName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> Returns the type name of a reference of this type reader.

</td>
</tr>
</table>
<hr>
</dd>
</dl>
<dl>
<dt class="subtitle"><a name="priv_"><h3>Private Members</h3>
</a></dt>
<dd><a name="priv_vars"> </a><table class="childlist" border="1" cellpadding="5" cellspacing="0" width="100%">
<tr class="subtitle">
<td colspan="2"><h4>Data</h4>
</td>
</tr>
<tr bgcolor="white">
<td>void * <a href="Reader/d.html#m_handle"><strong>m_handle;</strong></a></td>
<td/></tr>
</table>
<hr>
</dd>
</dl>
<a href="#_top_" class="objchapter">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.</p><p class="copyright" align="center">LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.</p><p class="copyright" align="center">The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.<p>&nbsp;</p><p class="copyright" align="center"><a href="http://www.libreoffice.org/privacy" target="_blank">Privacy Policy</a> | <a href="http://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (<a href="http://www.libreoffice.org/download/license/" target="_blank">LGPLv3</a>). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="http://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>.</p>

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

</html>