Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 8757

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<html>
<head>
<title>class RegistryTypeReader</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">PROTECTED 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="#prot_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> <div class="title"><h2>class RegistryTypeReader</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><strong>D E P R E C A T E D</strong></dt>
<dt>Summary</dt>
<dd>RegistryTypeReades reads a binary type blob.

</dd>
<dt>Description</dt>
<dd>    This class provides the necessary functions to read type informations
    for all kinds of types of a type blob.
    The class is inline and use a C-Api.

    
    use typereg::Reader instead
</dd>
</dl>
<dl>
<dt>File</dt>
<dd>reflread.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="RegistryTypeReader/o.html#RegistryTypeReader-2203">RegistryTypeReader</a>( const sal_uInt8 * buffer, sal_uInt32 bufferLen, sal_Bool copyData );</td>
<td width="50%"> Constructor.

</td>
</tr>
<tr>
<td> <br>
<a href="RegistryTypeReader/o.html#RegistryTypeReader-2204">RegistryTypeReader</a>( const RegistryTypeReader &amp; toCopy );</td>
<td width="50%"> Copy constructcor</td>
</tr>
<tr>
<td> <br>
<a href="RegistryTypeReader/o.html#~RegistryTypeReader-2205">~RegistryTypeReader</a>( );</td>
<td width="50%"> Destructor. The Destructor frees the data block if the copyData flag was TRUE.</td>
</tr>
<tr>
<td>RegistryTypeReader &amp; <br>
<a href="RegistryTypeReader/o.html#operator==-2206">operator==</a>( const RegistryTypeReader &amp; toAssign );</td>
<td width="50%"> Assign operator</td>
</tr>
<tr>
<td>sal_Bool <br>
<a href="RegistryTypeReader/o.html#isValid-2207">isValid</a>( ) const;</td>
<td width="50%"> checks if the registry type reader points to a valid Api.</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="RegistryTypeReader/o.html#getMinorVersion-2208">getMinorVersion</a>( ) const;</td>
<td width="50%"> returns the minor version number.

</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="RegistryTypeReader/o.html#getMajorVersion-2209">getMajorVersion</a>( ) const;</td>
<td width="50%"> returns the major version number.

</td>
</tr>
<tr>
<td>RTTypeClass <br>
<a href="RegistryTypeReader/o.html#getTypeClass-2210">getTypeClass</a>( ) const;</td>
<td width="50%"> returns the typeclass of the type represented by this blob.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getTypeName-2211">getTypeName</a>( ) const;</td>
<td width="50%"> returns the full qualified name of the type.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getSuperTypeName-2212">getSuperTypeName</a>( ) const;</td>
<td width="50%"> returns the full qualified name of the supertype.
</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeReader/o.html#getUik-2213">getUik</a>( RTUik &amp; uik ) const;</td>
<td width="50%"> returns the unique identifier for an interface type as an out parameter.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getDoku-2214">getDoku</a>( ) const;</td>
<td width="50%"> returns the documentation string of this type.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFileName-2215">getFileName</a>( ) const;</td>
<td width="50%"> returns the IDL filename where the type is defined.
</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getFieldCount-2216">getFieldCount</a>( ) const;</td>
<td width="50%"> returns the number of fields (attributes/properties, enum values or number
of constants in a module).

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFieldName-2217">getFieldName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the name of the field specified by index.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFieldType-2218">getFieldType</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the full qualified name of the field specified by index.
</td>
</tr>
<tr>
<td>RTFieldAccess <br>
<a href="RegistryTypeReader/o.html#getFieldAccess-2219">getFieldAccess</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the access mode of the field specified by index.
</td>
</tr>
<tr>
<td>RTConstValue <br>
<a href="RegistryTypeReader/o.html#getFieldConstValue-2220">getFieldConstValue</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the value of the field specified by index.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFieldDoku-2221">getFieldDoku</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the documentation string for the field specified by index.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFieldFileName-2222">getFieldFileName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the IDL filename of the field specified by index.

</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getMethodCount-2223">getMethodCount</a>( ) const;</td>
<td width="50%"> returns the number of methods of an interface type.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodName-2224">getMethodName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the name of the method specified by index.
</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getMethodParamCount-2225">getMethodParamCount</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns number of parameters of the method specified by index.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodParamType-2226">getMethodParamType</a>( sal_uInt16 index, sal_uInt16 paramIndex ) const;</td>
<td width="50%"> returns the full qualified parameter typename.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodParamName-2227">getMethodParamName</a>( sal_uInt16 index, sal_uInt16 paramIndex ) const;</td>
<td width="50%"> returns the name of a parameter.

</td>
</tr>
<tr>
<td>RTParamMode <br>
<a href="RegistryTypeReader/o.html#getMethodParamMode-2228">getMethodParamMode</a>( sal_uInt16 index, sal_uInt16 paramIndex ) const;</td>
<td width="50%"> returns the parameter mode, if it is an in, out or inout parameter.

</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getMethodExcCount-2229">getMethodExcCount</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the number of exceptions which are declared for the method specified by index.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodExcType-2230">getMethodExcType</a>( sal_uInt16 index, sal_uInt16 excIndex ) const;</td>
<td width="50%"> returns the full qualified exception type of the specified exception.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodReturnType-2231">getMethodReturnType</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the full qualified return type of the method specified by index.
</td>
</tr>
<tr>
<td>RTMethodMode <br>
<a href="RegistryTypeReader/o.html#getMethodMode-2232">getMethodMode</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the full qualified exception type of the specified exception.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodDoku-2233">getMethodDoku</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the documentation string of the method specified by index.

</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getReferenceCount-2234">getReferenceCount</a>( ) const;</td>
<td width="50%"> returns the number of references (supported interfaces, exported services).
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getReferenceName-2235">getReferenceName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the full qualified typename of the reference specified by index.

</td>
</tr>
<tr>
<td>RTReferenceType <br>
<a href="RegistryTypeReader/o.html#getReferenceType-2236">getReferenceType</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the type of the reference specified by index.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getReferenceDoku-2237">getReferenceDoku</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the documentation string of the reference specified by index.

</td>
</tr>
<tr>
<td>RTFieldAccess <br>
<a href="RegistryTypeReader/o.html#getReferenceAccess-2238">getReferenceAccess</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the access mode of the reference specified by index.

</td>
</tr>
</table>
<hr>
</dd>
</dl>
<dl>
<dt class="subtitle"><a name="prot_"><h3>Protected Members</h3>
</a></dt>
<dd><a name="prot_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>const <a href="c-RegistryTypeReader_Api.html">RegistryTypeReader_Api</a> * <a href="RegistryTypeReader/d.html#m_pApi"><strong>m_pApi;</strong></a></td>
<td>stores the registry type reader Api.</td>
</tr>
<tr bgcolor="white">
<td><a href="t-TypeReaderImpl.html">TypeReaderImpl</a> <a href="RegistryTypeReader/d.html#m_hImpl"><strong>m_hImpl;</strong></a></td>
<td>stores the handle of an implementation class</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; 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p>

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

</html>