1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title> TemplateOSCL_wHeapString< Alloc > class Reference</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5</head><body> 6<!-- Generated by Doxygen 1.2.18 --> 7<center> 8<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9<hr><h1>OSCL_wHeapString< Alloc > Class Template Reference<br> 10<small> 11[<a class="el" href="group__osclutil.html">OSCL Util</a>]</small> 12</h1><code>#include <<a class="el" href="oscl__string__containers_8h-source.html">oscl_string_containers.h</a>></code> 13<p> 14<p>Inheritance diagram for OSCL_wHeapString< Alloc >: 15<p><center><img src="classOSCL__wHeapString.png" usemap="#OSCL_wHeapString< Alloc >_map" border="0" alt=""></center> 16<map name="OSCL_wHeapString< Alloc >_map"> 17<area href="classOSCL__wString.html" alt="OSCL_wString" shape="rect" coords="0,0,178,24"> 18</map> 19<table border=0 cellpadding=0 cellspacing=0> 20<tr><td></td></tr> 21<tr><td colspan=2><br><h2>Public Types</h2></td></tr> 22<tr><td nowrap align=right valign=top>typedef OSCL_wString::chartype </td><td valign=bottom><a class="el" href="classOSCL__wHeapString.html#s0">chartype</a></td></tr> 23<tr><td colspan=2><br><h2>Public Methods</h2></td></tr> 24<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="group__osclutil.html#a75">OSCL_wHeapString</a> ()</td></tr> 25<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="group__osclutil.html#a83">OSCL_wHeapString</a> (const OSCL_wHeapString &src)</td></tr> 26<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="group__osclutil.html#a85">OSCL_wHeapString</a> (const <a class="el" href="classOSCL__wString.html">OSCL_wString</a> &src)</td></tr> 27<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="group__osclutil.html#a77">OSCL_wHeapString</a> (const <a class="el" href="classOSCL__wHeapString.html#s0">chartype</a> *cstr)</td></tr> 28<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="group__osclutil.html#a81">OSCL_wHeapString</a> (const <a class="el" href="classOSCL__wHeapString.html#s0">chartype</a> *buf, uint32 length)</td></tr> 29<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="group__osclutil.html#a87">~OSCL_wHeapString</a> ()</td></tr> 30<tr><td nowrap align=right valign=top>uint32 </td><td valign=bottom><a class="el" href="group__osclutil.html#a63">get_size</a> () const</td></tr> 31<tr><td nowrap align=right valign=top>uint32 </td><td valign=bottom><a class="el" href="group__osclutil.html#a67">get_maxsize</a> () const</td></tr> 32<tr><td nowrap align=right valign=top>const <a class="el" href="classOSCL__wHeapString.html#s0">chartype</a> * </td><td valign=bottom><a class="el" href="group__osclutil.html#a69">get_cstr</a> () const</td></tr> 33<tr><td nowrap align=right valign=top><a class="el" href="classOSCL__wHeapString.html#s0">chartype</a> * </td><td valign=bottom><a class="el" href="group__osclutil.html#a71">get_str</a> () const</td></tr> 34<tr><td nowrap align=right valign=top>OSCL_wHeapString & </td><td valign=bottom><a class="el" href="group__osclutil.html#a89">operator=</a> (const OSCL_wHeapString &src)</td></tr> 35<tr><td nowrap align=right valign=top>OSCL_wHeapString & </td><td valign=bottom><a class="el" href="group__osclutil.html#a91">operator=</a> (const <a class="el" href="classOSCL__wString.html">OSCL_wString</a> &src)</td></tr> 36<tr><td nowrap align=right valign=top>OSCL_wHeapString & </td><td valign=bottom><a class="el" href="group__osclutil.html#a93">operator=</a> (const <a class="el" href="classOSCL__wHeapString.html#s0">chartype</a> *cstr)</td></tr> 37<tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="group__osclutil.html#a79">set</a> (const <a class="el" href="classOSCL__wHeapString.html#s0">chartype</a> *buf, uint32 length)</td></tr> 38<tr><td colspan=2><br><h2>Friends</h2></td></tr> 39<tr><td nowrap align=right valign=top>class </td><td valign=bottom><a class="el" href="classOSCL__wHeapString.html#l0">OSCL_wString</a></td></tr> 40</table> 41<hr><a name="_details"></a><h2>Detailed Description</h2> 42<h3>template<class Alloc><br> 43 class OSCL_wHeapString< Alloc ></h3> 44 45OSCL_wHeapString is identical to <a class="el" href="classOSCL__HeapString.html">OSCL_HeapString</a> except that it uses wide-character format. For descriptions, see <a class="el" href="classOSCL__HeapString.html">OSCL_HeapString</a>. 46<p> 47<hr><h2>Member Typedef Documentation</h2> 48<a name="s0" doxytag="OSCL_wHeapString::chartype"></a><p> 49<table width="100%" cellpadding="2" cellspacing="0" border="0"> 50 <tr> 51 <td class="md"> 52 <table cellpadding="0" cellspacing="0" border="0"> 53 <tr> 54 <td class="md" colspan="4"> 55template<class Alloc> </td> 56 </tr> 57 <tr> 58 <td class="md" nowrap valign="top"> typedef OSCL_wString::chartype OSCL_wHeapString< Alloc >::chartype 59 </table> 60 </td> 61 </tr> 62</table> 63<table cellspacing=5 cellpadding=0 border=0> 64 <tr> 65 <td> 66 67 </td> 68 <td> 69 70<p> 71 72<p> 73Reimplemented from <a class="el" href="classOSCL__wString.html#s0">OSCL_wString</a>. </td> 74 </tr> 75</table> 76<hr><h2>Friends And Related Function Documentation</h2> 77<a name="l0" doxytag="OSCL_wHeapString::OSCL_wString"></a><p> 78<table width="100%" cellpadding="2" cellspacing="0" border="0"> 79 <tr> 80 <td class="md"> 81 <table cellpadding="0" cellspacing="0" border="0"> 82 <tr> 83 <td class="md" colspan="4"> 84template<class Alloc> </td> 85 </tr> 86 <tr> 87 <td class="md" nowrap valign="top"> friend class OSCL_wString<code> [friend]</code> 88 </table> 89 </td> 90 </tr> 91</table> 92<table cellspacing=5 cellpadding=0 border=0> 93 <tr> 94 <td> 95 96 </td> 97 <td> 98 99<p> 100 </td> 101 </tr> 102</table> 103<hr>The documentation for this class was generated from the following file:<ul> 104<li><a class="el" href="oscl__string__containers_8h-source.html">oscl_string_containers.h</a></ul> 105<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 106<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 107</small></address> 108</body> 109</html> 110