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>HeapBase 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>HeapBase Class Reference<br> 10 <small> 11 [<a class="el" href="group__osclmemory.html">OSCL Memory</a>]</small> 12 </h1><code>#include <<a class="el" href="oscl__mem_8h-source.html">oscl_mem.h</a>></code> 13 <p> 14 <p>Inheritance diagram for HeapBase: 15 <p><center><img src="classHeapBase.png" usemap="#HeapBase_map" border="0" alt=""></center> 16 <map name="HeapBase_map"> 17 <area href="class__OsclHeapBase.html" alt="_OsclHeapBase" shape="rect" coords="0,0,130,24"> 18 <area href="classOscl__File.html" alt="Oscl_File" shape="rect" coords="140,112,270,136"> 19 <area href="classOSCL__String.html" alt="OSCL_String" shape="rect" coords="140,168,270,192"> 20 <area href="classOsclActiveObject.html" alt="OsclActiveObject" shape="rect" coords="140,224,270,248"> 21 <area href="classOsclAsyncFileBuffer.html" alt="OsclAsyncFileBuffer" shape="rect" coords="140,280,270,304"> 22 <area href="classOsclBuf.html" alt="OsclBuf" shape="rect" coords="140,336,270,360"> 23 <area href="classOsclDNS.html" alt="OsclDNS" shape="rect" coords="140,392,270,416"> 24 <area href="classOsclFileCache.html" alt="OsclFileCache" shape="rect" coords="140,448,270,472"> 25 <area href="classOsclNativeFile.html" alt="OsclNativeFile" shape="rect" coords="140,504,270,528"> 26 <area href="classOsclPtr.html" alt="OsclPtr" shape="rect" coords="140,560,270,584"> 27 <area href="classOsclPtrC.html" alt="OsclPtrC" shape="rect" coords="140,616,270,640"> 28 <area href="classOsclRegistryClient.html" alt="OsclRegistryClient" shape="rect" coords="140,672,270,696"> 29 <area href="classOsclSocketServ.html" alt="OsclSocketServ" shape="rect" coords="140,728,270,752"> 30 <area href="classOsclTCPSocket.html" alt="OsclTCPSocket" shape="rect" coords="140,784,270,808"> 31 <area href="classOsclTimerObject.html" alt="OsclTimerObject" shape="rect" coords="140,840,270,864"> 32 <area href="classOsclUDPSocket.html" alt="OsclUDPSocket" shape="rect" coords="140,896,270,920"> 33 </map> 34 <table border=0 cellpadding=0 cellspacing=0> 35 <tr><td></td></tr> 36 <tr><td colspan=2><br><h2>Public Methods</h2></td></tr> 37 <tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="classHeapBase.html#a0">HeapBase</a> ()</td></tr> 38 <tr><td nowrap align=right valign=top>virtual </td><td valign=bottom><a class="el" href="classHeapBase.html#a1">~HeapBase</a> ()</td></tr> 39 </table> 40 <hr><a name="_details"></a><h2>Detailed Description</h2> 41 HeapBase is the base class for all classes that allocates memory. 42 <p> 43 HeapBase has overloaded new and delete operators. 44 <p> 45 Derived from <a class="el" href="class__OsclHeapBase.html">_OsclHeapBase</a> providing CBase* alike pointer and virtual destructor for cleanupstack to Push and Pop for cleanup when leave occurs. 46 <p> 47 HeapBase has a virtual destructor which calls the destructor of all the derived classes. 48 <p> 49 <hr><h2>Constructor & Destructor Documentation</h2> 50 <a name="a0" doxytag="HeapBase::HeapBase"></a><p> 51 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 52 <tr> 53 <td class="md"> 54 <table cellpadding="0" cellspacing="0" border="0"> 55 <tr> 56 <td class="md" nowrap valign="top"> HeapBase::HeapBase </td> 57 <td class="md" valign="top">( </td> 58 <td class="mdname1" valign="top" nowrap> </td> 59 <td class="md" valign="top">) </td> 60 <td class="md" nowrap><code> [inline]</code></td> 61 </tr> 62 63 </table> 64 </td> 65 </tr> 66 </table> 67 <table cellspacing=5 cellpadding=0 border=0> 68 <tr> 69 <td> 70 71 </td> 72 <td> 73 74 <p> 75 </td> 76 </tr> 77 </table> 78 <a name="a1" doxytag="HeapBase::~HeapBase"></a><p> 79 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 80 <tr> 81 <td class="md"> 82 <table cellpadding="0" cellspacing="0" border="0"> 83 <tr> 84 <td class="md" nowrap valign="top"> virtual HeapBase::~HeapBase </td> 85 <td class="md" valign="top">( </td> 86 <td class="mdname1" valign="top" nowrap> </td> 87 <td class="md" valign="top">) </td> 88 <td class="md" nowrap><code> [inline, virtual]</code></td> 89 </tr> 90 91 </table> 92 </td> 93 </tr> 94 </table> 95 <table cellspacing=5 cellpadding=0 border=0> 96 <tr> 97 <td> 98 99 </td> 100 <td> 101 102 <p> 103 </td> 104 </tr> 105 </table> 106 <hr>The documentation for this class was generated from the following file:<ul> 107 <li><a class="el" href="oscl__mem_8h-source.html">oscl_mem.h</a></ul> 108 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 109 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 110 </small></address> 111 </body> 112 </html> 113