Sophie

Sophie

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

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

<html>
<head>
<title>class ImplInheritanceHelper8</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>
</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>cppu</b></font></a><font size="+1"> :: </font><br>
<p><strong>template&lt; typename BaseClass, typename Ifc1, typename Ifc2, typename Ifc3, typename Ifc4, typename Ifc5, typename Ifc6, typename Ifc7, typename Ifc8 &gt;</strong></p>
<div class="title"><h2>class ImplInheritanceHelper8</h2>
</div><hr>
<dl>
<dt>Base Classes</dt>
<dd><pre style="font-family:monospace;">
<span class="btpubl">BaseClass (public)</span>
  |  
  |  <span class="btpubl">Ifc1 (public)</span>
  |    |  
  |    |  <span class="btpubl">Ifc2 (public)</span>
  |    |    |  
  |    |    |  <span class="btpubl">Ifc3 (public)</span>
  |    |    |    |  
  |    |    |    |  <span class="btpubl">Ifc4 (public)</span>
  |    |    |    |    |  
  |    |    |    |    |  <span class="btpubl">Ifc5 (public)</span>
  |    |    |    |    |    |  
  |    |    |    |    |    |  <span class="btpubl">Ifc6 (public)</span>
  |    |    |    |    |    |    |  
  |    |    |    |    |    |    |  <span class="btpubl">Ifc7 (public)</span>
  |    |    |    |    |    |    |    |  
  |    |    |    |    |    |    |    |  <span class="btpubl">Ifc8 (public)</span>
  |    |    |    |    |    |    |    |    |  
  +----+----+----+----+----+----+----+----+--<span class="btself">ImplInheritanceHelper8</span>
</pre></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="flagyes">YES</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<dl>
<dt>Description</dt>
<dd><pre>Implementation helper implementing interfaces ::com::sun::star::lang::XTypeProvider and
::com::sun::star::uno::XInterface inherting from a BaseClass.
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
if a demanded interface is not supported by this class directly, the request is
delegated to the BaseClass.

</pre></dd>
<dt class="attention">ATTENTION!</dt>
<dd><pre>
The BaseClass has to be complete in a sense, that ::com::sun::star::uno::XInterface
and ::com::sun::star::lang::XTypeProvider are implemented properly.  The
BaseClass must have at least one ctor that can be called with six or
fewer arguments, of which none is of non-const reference type.

</pre></dd>
<dt>How to Derive from this Class</dt>
<dd><pre>
Inherit from this class giving your additional interface(s) to be implemented as
template argument(s). Your sub class defines method implementations for these interface(s).
</pre></dd>
</dl>
<dl>
<dt>File</dt>
<dd>implbase8.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="ImplInheritanceHelper8/o.html#ImplInheritanceHelper8-4087">ImplInheritanceHelper8</a>( );</td>
<td width="50%"> </td>
</tr>
<tr>
<td>virtual ::com::sun::star::uno::Any <br>
<a href="ImplInheritanceHelper8/o.html#queryInterface-4088">queryInterface</a>( const ::com::sun::star::uno::Type &amp; rType ) throw( ::com::sun::star::uno::RuntimeException );</td>
<td width="50%"> </td>
</tr>
<tr>
<td>virtual void <br>
<a href="ImplInheritanceHelper8/o.html#acquire-4089">acquire</a>( ) throw( );</td>
<td width="50%"> </td>
</tr>
<tr>
<td>virtual void <br>
<a href="ImplInheritanceHelper8/o.html#release-4090">release</a>( ) throw( );</td>
<td width="50%"> </td>
</tr>
<tr>
<td>virtual ::com::sun::star::uno::Sequence&lt; ::com::sun::star::uno::Type &gt; <br>
<a href="ImplInheritanceHelper8/o.html#getTypes-4091">getTypes</a>( ) throw( ::com::sun::star::uno::RuntimeException );</td>
<td width="50%"> </td>
</tr>
<tr>
<td>virtual ::com::sun::star::uno::Sequence&lt; sal_Int8 &gt; <br>
<a href="ImplInheritanceHelper8/o.html#getImplementationId-4092">getImplementationId</a>( ) throw( ::com::sun::star::uno::RuntimeException );</td>
<td width="50%"> </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>