Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > f51238514e2abe817779ad2fe01b0759 > files > 755

icu-doc-4.4-2.1mdv2010.2.i586.rpm

<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ICU 4.4: uobject.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.1 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <img id="MSearchSelect" src="search/search.png"
             onmouseover="return searchBox.OnSearchSelectShow()"
             onmouseout="return searchBox.OnSearchSelectHide()"
             alt=""/>
        <input type="text" id="MSearchField" value="Search" accesskey="S"
             onfocus="searchBox.OnSearchFieldFocus(true)" 
             onblur="searchBox.OnSearchFieldFocus(false)" 
             onkeyup="searchBox.OnSearchFieldChange(event)"/>
        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
        </div>
      </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>uobject.h</h1><a href="uobject_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">******************************************************************************</span>
<a name="l00003"></a>00003 <span class="comment">*</span>
<a name="l00004"></a>00004 <span class="comment">*   Copyright (C) 2002-2010, International Business Machines</span>
<a name="l00005"></a>00005 <span class="comment">*   Corporation and others.  All Rights Reserved.</span>
<a name="l00006"></a>00006 <span class="comment">*</span>
<a name="l00007"></a>00007 <span class="comment">******************************************************************************</span>
<a name="l00008"></a>00008 <span class="comment">*   file name:  uobject.h</span>
<a name="l00009"></a>00009 <span class="comment">*   encoding:   US-ASCII</span>
<a name="l00010"></a>00010 <span class="comment">*   tab size:   8 (not used)</span>
<a name="l00011"></a>00011 <span class="comment">*   indentation:4</span>
<a name="l00012"></a>00012 <span class="comment">*</span>
<a name="l00013"></a>00013 <span class="comment">*   created on: 2002jun26</span>
<a name="l00014"></a>00014 <span class="comment">*   created by: Markus W. Scherer</span>
<a name="l00015"></a>00015 <span class="comment">*/</span>
<a name="l00016"></a>00016 
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef __UOBJECT_H__</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __UOBJECT_H__</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &quot;<a class="code" href="utypes_8h.html" title="Basic definitions for ICU, for both C and C++ APIs.">unicode/utypes.h</a>&quot;</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <a class="code" href="uversion_8h.html#a7d9374e037299886d4192b763b4c5e8b" title="This is used to begin a declaration of a public ICU C++ API.">U_NAMESPACE_BEGIN</a>
<a name="l00023"></a>00023 
<a name="l00039"></a>00039 <span class="preprocessor">#ifndef U_OVERRIDE_CXX_ALLOCATION</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span><span class="preprocessor">#define U_OVERRIDE_CXX_ALLOCATION 1</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span>
<a name="l00050"></a>00050 <span class="preprocessor">#ifndef U_HAVE_PLACEMENT_NEW</span>
<a name="l00051"></a>00051 <span class="preprocessor"></span><span class="preprocessor">#define U_HAVE_PLACEMENT_NEW 1</span>
<a name="l00052"></a>00052 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00053"></a>00053 <span class="preprocessor"></span>
<a name="l00054"></a>00054 
<a name="l00062"></a>00062 <span class="preprocessor">#ifndef U_HAVE_DEBUG_LOCATION_NEW</span>
<a name="l00063"></a><a class="code" href="uobject_8h.html#a80b308fe1f841cb450772f58197ef018">00063</a> <span class="preprocessor"></span><span class="preprocessor">#define U_HAVE_DEBUG_LOCATION_NEW 0</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00065"></a>00065 <span class="preprocessor"></span>
<a name="l00080"></a>00080 <span class="preprocessor">#ifndef U_NO_THROW</span>
<a name="l00081"></a>00081 <span class="preprocessor"></span><span class="preprocessor">#define U_NO_THROW throw()</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00083"></a>00083 <span class="preprocessor"></span>
<a name="l00101"></a><a class="code" href="classUMemory.html">00101</a> <span class="keyword">class </span><a class="code" href="utypes_8h.html#a559955ec3bc692657c5d8b1c6de8e334" title="Set to export library symbols from inside the common library, and to import them...">U_COMMON_API</a> <a class="code" href="classUMemory.html" title="UMemory is the common ICU base class.">UMemory</a> {
<a name="l00102"></a>00102 <span class="keyword">public</span>:
<a name="l00103"></a>00103 
<a name="l00104"></a>00104 <span class="comment">/* test versions for debugging shaper heap memory problems */</span>
<a name="l00105"></a>00105 <span class="preprocessor">#ifdef SHAPER_MEMORY_DEBUG  </span>
<a name="l00106"></a>00106 <span class="preprocessor"></span>    <span class="keyword">static</span> <span class="keywordtype">void</span> * NewArray(<span class="keywordtype">int</span> size, <span class="keywordtype">int</span> count);
<a name="l00107"></a>00107     <span class="keyword">static</span> <span class="keywordtype">void</span> * GrowArray(<span class="keywordtype">void</span> * array, <span class="keywordtype">int</span> newSize );
<a name="l00108"></a>00108     <span class="keyword">static</span> <span class="keywordtype">void</span>   FreeArray(<span class="keywordtype">void</span> * array );
<a name="l00109"></a>00109 <span class="preprocessor">#endif</span>
<a name="l00110"></a>00110 <span class="preprocessor"></span>
<a name="l00111"></a>00111 <span class="preprocessor">#if U_OVERRIDE_CXX_ALLOCATION</span>
<a name="l00112"></a>00112 <span class="preprocessor"></span>
<a name="l00120"></a>00120     <span class="keyword">static</span> <span class="keywordtype">void</span> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> operator new(<span class="keywordtype">size_t</span> size) U_NO_THROW;
<a name="l00121"></a>00121 
<a name="l00127"></a>00127     <span class="keyword">static</span> <span class="keywordtype">void</span> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> operator new[](<span class="keywordtype">size_t</span> size) U_NO_THROW;
<a name="l00128"></a>00128 
<a name="l00137"></a>00137     <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> operator delete(<span class="keywordtype">void</span> *p) U_NO_THROW;
<a name="l00138"></a>00138 
<a name="l00144"></a>00144     <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> operator delete[](<span class="keywordtype">void</span> *p) U_NO_THROW;
<a name="l00145"></a>00145 
<a name="l00146"></a>00146 <span class="preprocessor">#if U_HAVE_PLACEMENT_NEW</span>
<a name="l00147"></a>00147 <span class="preprocessor"></span>
<a name="l00152"></a><a class="code" href="classUMemory.html#a43b5221fe429f77230b2040f8724c154">00152</a>     <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> <a class="code" href="classUMemory.html#a43b5221fe429f77230b2040f8724c154" title="Override for ICU4C C++ memory management for STL.">operator new</a>(<span class="keywordtype">size_t</span>, <span class="keywordtype">void</span> *ptr) U_NO_THROW { <span class="keywordflow">return</span> ptr; }
<a name="l00153"></a>00153 
<a name="l00159"></a><a class="code" href="classUMemory.html#a9b746b0cdb49c8f8907773002ea5c4ea">00159</a>     <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> <a class="code" href="classUMemory.html#a9b746b0cdb49c8f8907773002ea5c4ea" title="Override for ICU4C C++ memory management for STL.">operator delete</a>(<span class="keywordtype">void</span> *, <span class="keywordtype">void</span> *) U_NO_THROW {}
<a name="l00160"></a>00160 <span class="preprocessor">#endif </span><span class="comment">/* U_HAVE_PLACEMENT_NEW */</span>
<a name="l00161"></a>00161 <span class="preprocessor">#if U_HAVE_DEBUG_LOCATION_NEW</span>
<a name="l00162"></a>00162 <span class="preprocessor"></span>
<a name="l00169"></a>00169     <span class="keyword">static</span> <span class="keywordtype">void</span> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> operator new(<span class="keywordtype">size_t</span> size, <span class="keyword">const</span> <span class="keywordtype">char</span>* file, <span class="keywordtype">int</span> line) U_NO_THROW;
<a name="l00177"></a>00177     <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> operator delete(<span class="keywordtype">void</span>* p, <span class="keyword">const</span> <span class="keywordtype">char</span>* file, <span class="keywordtype">int</span> line) U_NO_THROW;
<a name="l00178"></a>00178 <span class="preprocessor">#endif </span><span class="comment">/* U_HAVE_DEBUG_LOCATION_NEW */</span>
<a name="l00179"></a>00179 <span class="preprocessor">#endif </span><span class="comment">/* U_OVERRIDE_CXX_ALLOCATION */</span>
<a name="l00180"></a>00180 
<a name="l00181"></a>00181     <span class="comment">/*</span>
<a name="l00182"></a>00182 <span class="comment">     * Assignment operator not declared. The compiler will provide one</span>
<a name="l00183"></a>00183 <span class="comment">     * which does nothing since this class does not contain any data members.</span>
<a name="l00184"></a>00184 <span class="comment">     * API/code coverage may show the assignment operator as present and</span>
<a name="l00185"></a>00185 <span class="comment">     * untested - ignore.</span>
<a name="l00186"></a>00186 <span class="comment">     * Subclasses need this assignment operator if they use compiler-provided</span>
<a name="l00187"></a>00187 <span class="comment">     * assignment operators of their own. An alternative to not declaring one</span>
<a name="l00188"></a>00188 <span class="comment">     * here would be to declare and empty-implement a protected or public one.</span>
<a name="l00189"></a>00189 <span class="comment">    UMemory &amp;UMemory::operator=(const UMemory &amp;);</span>
<a name="l00190"></a>00190 <span class="comment">     */</span>
<a name="l00191"></a>00191 };
<a name="l00192"></a>00192 
<a name="l00215"></a><a class="code" href="classUObject.html">00215</a> <span class="keyword">class </span><a class="code" href="utypes_8h.html#a559955ec3bc692657c5d8b1c6de8e334" title="Set to export library symbols from inside the common library, and to import them...">U_COMMON_API</a> <a class="code" href="classUObject.html" title="UObject is the common ICU &amp;quot;boilerplate&amp;quot; class.">UObject</a> : <span class="keyword">public</span> <a class="code" href="classUMemory.html" title="UMemory is the common ICU base class.">UMemory</a> {
<a name="l00216"></a>00216 <span class="keyword">public</span>:
<a name="l00222"></a>00222     <span class="keyword">virtual</span> ~<a class="code" href="classUObject.html" title="UObject is the common ICU &amp;quot;boilerplate&amp;quot; class.">UObject</a>();
<a name="l00223"></a>00223 
<a name="l00229"></a>00229     <span class="keyword">virtual</span> <a class="code" href="utypes_8h.html#a22af10545208a455a6e884008df48e9f" title="UClassID is used to identify classes without using RTTI, since RTTI is not yet supported...">UClassID</a> getDynamicClassID() <span class="keyword">const</span> = 0;
<a name="l00230"></a>00230 
<a name="l00231"></a>00231 <span class="keyword">protected</span>:
<a name="l00232"></a>00232     <span class="comment">// the following functions are protected to prevent instantiation and</span>
<a name="l00233"></a>00233     <span class="comment">// direct use of UObject itself</span>
<a name="l00234"></a>00234 
<a name="l00235"></a>00235     <span class="comment">// default constructor</span>
<a name="l00236"></a>00236     <span class="comment">// commented out because UObject is abstract (see getDynamicClassID)</span>
<a name="l00237"></a>00237     <span class="comment">// inline UObject() {}</span>
<a name="l00238"></a>00238 
<a name="l00239"></a>00239     <span class="comment">// copy constructor</span>
<a name="l00240"></a>00240     <span class="comment">// commented out because UObject is abstract (see getDynamicClassID)</span>
<a name="l00241"></a>00241     <span class="comment">// inline UObject(const UObject &amp;other) {}</span>
<a name="l00242"></a>00242 
<a name="l00243"></a>00243 <span class="preprocessor">#if 0</span>
<a name="l00244"></a>00244 <span class="preprocessor"></span>    <span class="comment">// TODO Sometime in the future. Implement operator==().</span>
<a name="l00245"></a>00245     <span class="comment">// (This comment inserted in 2.2)</span>
<a name="l00246"></a>00246     <span class="comment">// some or all of the following &quot;boilerplate&quot; functions may be made public</span>
<a name="l00247"></a>00247     <span class="comment">// in a future ICU4C release when all subclasses implement them</span>
<a name="l00248"></a>00248 
<a name="l00249"></a>00249     <span class="comment">// assignment operator</span>
<a name="l00250"></a>00250     <span class="comment">// (not virtual, see &quot;Taligent&apos;s Guide to Designing Programs&quot; pp.73..74)</span>
<a name="l00251"></a>00251     <span class="comment">// commented out because the implementation is the same as a compiler&apos;s default</span>
<a name="l00252"></a>00252     <span class="comment">// UObject &amp;operator=(const UObject &amp;other) { return *this; }</span>
<a name="l00253"></a>00253 
<a name="l00254"></a>00254     <span class="comment">// comparison operators</span>
<a name="l00255"></a>00255     <span class="keyword">virtual</span> <span class="keyword">inline</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="stringpiece_8h.html#a7652049cbac0bfeae2cd2aa4514a3352" title="Global operator == for StringPiece.">operator==</a>(<span class="keyword">const</span> <a class="code" href="classUObject.html" title="UObject is the common ICU &amp;quot;boilerplate&amp;quot; class.">UObject</a> &amp;other)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="keyword">this</span>==&amp;other; }
<a name="l00256"></a>00256     <span class="keyword">inline</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="stringpiece_8h.html#abf0ccab9536bab551afc07de65eb5d95" title="Global operator != for StringPiece.">operator!=</a>(<span class="keyword">const</span> <a class="code" href="classUObject.html" title="UObject is the common ICU &amp;quot;boilerplate&amp;quot; class.">UObject</a> &amp;other)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !<a class="code" href="stringpiece_8h.html#a7652049cbac0bfeae2cd2aa4514a3352" title="Global operator == for StringPiece.">operator==</a>(other); }
<a name="l00257"></a>00257 
<a name="l00258"></a>00258     <span class="comment">// clone() commented out from the base class:</span>
<a name="l00259"></a>00259     <span class="comment">// some compilers do not support co-variant return types</span>
<a name="l00260"></a>00260     <span class="comment">// (i.e., subclasses would have to return UObject * as well, instead of SubClass *)</span>
<a name="l00261"></a>00261     <span class="comment">// see also UObject class documentation.</span>
<a name="l00262"></a>00262     <span class="comment">// virtual UObject *clone() const;</span>
<a name="l00263"></a>00263 <span class="preprocessor">#endif</span>
<a name="l00264"></a>00264 <span class="preprocessor"></span>
<a name="l00265"></a>00265     <span class="comment">/*</span>
<a name="l00266"></a>00266 <span class="comment">     * Assignment operator not declared. The compiler will provide one</span>
<a name="l00267"></a>00267 <span class="comment">     * which does nothing since this class does not contain any data members.</span>
<a name="l00268"></a>00268 <span class="comment">     * API/code coverage may show the assignment operator as present and</span>
<a name="l00269"></a>00269 <span class="comment">     * untested - ignore.</span>
<a name="l00270"></a>00270 <span class="comment">     * Subclasses need this assignment operator if they use compiler-provided</span>
<a name="l00271"></a>00271 <span class="comment">     * assignment operators of their own. An alternative to not declaring one</span>
<a name="l00272"></a>00272 <span class="comment">     * here would be to declare and empty-implement a protected or public one.</span>
<a name="l00273"></a>00273 <span class="comment">    UObject &amp;UObject::operator=(const UObject &amp;);</span>
<a name="l00274"></a>00274 <span class="comment">     */</span>
<a name="l00275"></a>00275 
<a name="l00276"></a>00276 <span class="comment">// Future implementation for RTTI that support subtyping. [alan]</span>
<a name="l00277"></a>00277 <span class="comment">// </span>
<a name="l00278"></a>00278 <span class="comment">//  public:</span>
<a name="l00279"></a>00279 <span class="comment">//     /**</span>
<a name="l00280"></a>00280 <span class="comment">//      * @internal</span>
<a name="l00281"></a>00281 <span class="comment">//      */</span>
<a name="l00282"></a>00282 <span class="comment">//     static UClassID getStaticClassID();</span>
<a name="l00283"></a>00283 <span class="comment">// </span>
<a name="l00284"></a>00284 <span class="comment">//     /**</span>
<a name="l00285"></a>00285 <span class="comment">//      * @internal</span>
<a name="l00286"></a>00286 <span class="comment">//      */</span>
<a name="l00287"></a>00287 <span class="comment">//     UBool instanceOf(UClassID type) const;</span>
<a name="l00288"></a>00288 };
<a name="l00289"></a>00289 
<a name="l00297"></a><a class="code" href="uobject_8h.html#a0415b3e188980bcb82e31c091265f34b">00297</a> <span class="preprocessor">#define UOBJECT_DEFINE_RTTI_IMPLEMENTATION(myClass) \</span>
<a name="l00298"></a>00298 <span class="preprocessor">    UClassID U_EXPORT2 myClass::getStaticClassID() { \</span>
<a name="l00299"></a>00299 <span class="preprocessor">        static char classID = 0; \</span>
<a name="l00300"></a>00300 <span class="preprocessor">        return (UClassID)&amp;classID; \</span>
<a name="l00301"></a>00301 <span class="preprocessor">    } \</span>
<a name="l00302"></a>00302 <span class="preprocessor">    UClassID myClass::getDynamicClassID() const \</span>
<a name="l00303"></a>00303 <span class="preprocessor">    { return myClass::getStaticClassID(); }</span>
<a name="l00304"></a>00304 <span class="preprocessor"></span>
<a name="l00305"></a>00305 
<a name="l00314"></a><a class="code" href="uobject_8h.html#aa53bdd883d784e4c951b051faffc29d0">00314</a> <span class="preprocessor">#define UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(myClass) \</span>
<a name="l00315"></a>00315 <span class="preprocessor">    UClassID U_EXPORT2 myClass::getStaticClassID() { \</span>
<a name="l00316"></a>00316 <span class="preprocessor">        static char classID = 0; \</span>
<a name="l00317"></a>00317 <span class="preprocessor">        return (UClassID)&amp;classID; \</span>
<a name="l00318"></a>00318 <span class="preprocessor">    }</span>
<a name="l00319"></a>00319 <span class="preprocessor"></span>
<a name="l00320"></a>00320 <span class="comment">// /**</span>
<a name="l00321"></a>00321 <span class="comment">//  * This macro adds ICU RTTI to an ICU concrete class implementation.</span>
<a name="l00322"></a>00322 <span class="comment">//  * This macro should be invoked in *.cpp files.  The corresponding</span>
<a name="l00323"></a>00323 <span class="comment">//  * header should declare getDynamicClassID and getStaticClassID.</span>
<a name="l00324"></a>00324 <span class="comment">//  *</span>
<a name="l00325"></a>00325 <span class="comment">//  * @param myClass The name of the class that needs RTTI defined.</span>
<a name="l00326"></a>00326 <span class="comment">//  * @param myParent The name of the myClass&apos;s parent.</span>
<a name="l00327"></a>00327 <span class="comment">//  * @internal</span>
<a name="l00328"></a>00328 <span class="comment">//  */</span>
<a name="l00329"></a>00329 <span class="comment">/*#define UOBJECT_DEFINE_RTTI_IMPLEMENTATION(myClass, myParent) \</span>
<a name="l00330"></a>00330 <span class="comment">    UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(myClass, myParent) \</span>
<a name="l00331"></a>00331 <span class="comment">    UClassID myClass::getDynamicClassID() const { \</span>
<a name="l00332"></a>00332 <span class="comment">        return myClass::getStaticClassID(); \</span>
<a name="l00333"></a>00333 <span class="comment">    }</span>
<a name="l00334"></a>00334 <span class="comment">*/</span>
<a name="l00335"></a>00335 
<a name="l00336"></a>00336 
<a name="l00337"></a>00337 <a class="code" href="uversion_8h.html#a3da1f00f3b02976ac53c014a3e4c0933" title="This is used to end a declaration of a public ICU C++ API.">U_NAMESPACE_END</a>
<a name="l00338"></a>00338 
<a name="l00339"></a>00339 <span class="preprocessor">#endif</span>
</pre></div></div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&nbsp;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&nbsp;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<hr size="1"/><address style="text-align: right;"><small>Generated on 16 Mar 2010 for ICU 4.4 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>