Sophie

Sophie

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

libreoffice-devel-3.5.4-4.x86_64.rpm

<html>
<head>
<title>struct _typelib_TypeDescription</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;<font size="-2">METHODS</font>
|&nbsp;<font size="-2">STATIC METHODS</font>
|&nbsp;<a href="#publ_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>struct _typelib_TypeDescription</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>Description</dt>
<dd>Full type description of a type. Memory layout of this struct is identical to the
typelib_TypeDescriptionReference for the first six members.
So a typedescription can be used as type reference.
</dd>
</dl>
<dl>
<dt>File</dt>
<dd>typedescription.h</dd>
</dl>
<hr>
<dl>
<dt class="subtitle"><a name="publ_"><h3>Public Members</h3>
</a></dt>
<dd><a name="publ_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><a href="t-sal_Int32.html">sal_Int32</a> <a href="_typelib_TypeDescription/d.html#nRefCount"><strong>nRefCount;</strong></a></td>
<td>reference count; don't ever modify this by yourself, use
typelib_typedescription_acquire() and typelib_typedescription_release()
</td>
</tr>
<tr bgcolor="white">
<td><a href="t-sal_Int32.html">sal_Int32</a> <a href="_typelib_TypeDescription/d.html#nStaticRefCount"><strong>nStaticRefCount;</strong></a></td>
<td>number of static references of type, because of the fact that some types are needed
until program termination and are commonly held static.
</td>
</tr>
<tr bgcolor="white">
<td><a href="t-typelib_TypeClass.html">typelib_TypeClass</a> <a href="_typelib_TypeDescription/d.html#eTypeClass"><strong>eTypeClass;</strong></a></td>
<td>type class of type
</td>
</tr>
<tr bgcolor="white">
<td><a href="t-rtl_uString.html">rtl_uString</a> * <a href="_typelib_TypeDescription/d.html#pTypeName"><strong>pTypeName;</strong></a></td>
<td>fully qualified name of type
</td>
</tr>
<tr bgcolor="white">
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> * <a href="_typelib_TypeDescription/d.html#pSelf"><strong>pSelf;</strong></a></td>
<td>pointer to self to distinguish reference from description; for internal use only
</td>
</tr>
<tr bgcolor="white">
<td>void * <a href="_typelib_TypeDescription/d.html#pUniqueIdentifier"><strong>pUniqueIdentifier;</strong></a></td>
<td>pointer to optimize the runtime; not for public use
</td>
</tr>
<tr bgcolor="white">
<td>void * <a href="_typelib_TypeDescription/d.html#pReserved"><strong>pReserved;</strong></a></td>
<td>reserved for future use; 0 if not used
</td>
</tr>
<tr bgcolor="white">
<td><a href="t-sal_Bool.html">sal_Bool</a> <a href="_typelib_TypeDescription/d.html#bComplete"><strong>bComplete;</strong></a></td>
<td/></tr>
<tr bgcolor="white">
<td><a href="t-sal_Int32.html">sal_Int32</a> <a href="_typelib_TypeDescription/d.html#nSize"><strong>nSize;</strong></a></td>
<td>size of type
</td>
</tr>
<tr bgcolor="white">
<td><a href="t-sal_Int32.html">sal_Int32</a> <a href="_typelib_TypeDescription/d.html#nAlignment"><strong>nAlignment;</strong></a></td>
<td>alignment of type
</td>
</tr>
<tr bgcolor="white">
<td><a href="t-typelib_TypeDescriptionReference.html">typelib_TypeDescriptionReference</a> * <a href="_typelib_TypeDescription/d.html#pWeakRef"><strong>pWeakRef;</strong></a></td>
<td>pointer to weak reference
</td>
</tr>
<tr bgcolor="white">
<td><a href="t-sal_Bool.html">sal_Bool</a> <a href="_typelib_TypeDescription/d.html#bOnDemand"><strong>bOnDemand;</strong></a></td>
<td>determines, if type can be unloaded (and it is possible to reloaded it)
</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>