/usr/share/doc/libucommon-dev/a00118.html is in libucommon-doc 3.2.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | <!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>UCommon: ucc::sarray< T > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="a00214.html">ucc</a>::<a class="el" href="a00118.html">sarray</a>
</div>
</div>
<div class="contents">
<h1>ucc::sarray< T > Class Template Reference</h1><!-- doxytag: class="ucc::sarray" --><!-- doxytag: inherits="ucc::sparse_array" -->
<p>Generate a typed sparse managed object array.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00199_source.html">object.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for ucc::sarray< T >:</div>
<div class="dynsection">
<div class="center"><img src="a00495.png" border="0" usemap="#ucc_1_1sarray_3_01_t_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="ucc_1_1sarray_3_01_t_01_4_inherit__map" id="ucc_1_1sarray_3_01_t_01_4_inherit__map">
<area shape="rect" id="node2" href="a00153.html" title="A sparse array of managed objects." alt="" coords="5,5,139,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for ucc::sarray< T >:</div>
<div class="dynsection">
<div class="center"><img src="a00496.png" border="0" usemap="#ucc_1_1sarray_3_01_t_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="ucc_1_1sarray_3_01_t_01_4_coll__map" id="ucc_1_1sarray_3_01_t_01_4_coll__map">
<area shape="rect" id="node2" href="a00153.html" title="A sparse array of managed objects." alt="" coords="5,101,139,131"/><area shape="rect" id="node4" href="a00093.html" title="A common base class for all managed objects." alt="" coords="25,5,119,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">T * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00118.html#a20586a8df1a4adfb36189b17bb0b4e5d">get</a> (unsigned offset)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get typed member of array. <a href="#a20586a8df1a4adfb36189b17bb0b4e5d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">T * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00118.html#af404b56dd67cf4ab34c937b20e8cdbba">operator[]</a> (unsigned offset)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Array operation to access member object. <a href="#af404b56dd67cf4ab34c937b20e8cdbba"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00118.html#acce7a41b9051602580363aa38bcebc0f">sarray</a> (unsigned size)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Generate a sparse typed array of specified size. <a href="#acce7a41b9051602580363aa38bcebc0f"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template<class T><br/>
class ucc::sarray< T ></h3>
<p>Generate a typed sparse managed object array. </p>
<p>Members in the array are created when they are first referenced. The types for objects that are generated by sarray must have <a class="el" href="a00093.html" title="A common base class for all managed objects.">Object</a> as a base class. Managed sparse arrays differ from standard arrays in that the member elements are not allocated from the heap when the array is created, but rather as they are needed. </p>
<dl class="author"><dt><b>Author:</b></dt><dd>David Sugar <<a href="mailto:dyfet@gnutelephony.org">dyfet@gnutelephony.org</a>> </dd></dl>
<p>Definition at line <a class="el" href="a00199_source.html#l00329">329</a> of file <a class="el" href="a00199_source.html">object.h</a>.</p>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="acce7a41b9051602580363aa38bcebc0f"></a><!-- doxytag: member="ucc::sarray::sarray" ref="acce7a41b9051602580363aa38bcebc0f" args="(unsigned size)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="a00118.html">ucc::sarray</a>< T >::<a class="el" href="a00118.html">sarray</a> </td>
<td>(</td>
<td class="paramtype">unsigned </td>
<td class="paramname"> <em>size</em></td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Generate a sparse typed array of specified size. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>of array to create. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="a00199_source.html#l00336">336</a> of file <a class="el" href="a00199_source.html">object.h</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a20586a8df1a4adfb36189b17bb0b4e5d"></a><!-- doxytag: member="ucc::sarray::get" ref="a20586a8df1a4adfb36189b17bb0b4e5d" args="(unsigned offset)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">T* <a class="el" href="a00118.html">ucc::sarray</a>< T >::get </td>
<td>(</td>
<td class="paramtype">unsigned </td>
<td class="paramname"> <em>offset</em></td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get typed member of array. </p>
<p>If the object does not exist, it is created. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>offset</em> </td><td>in array for object. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to typed object. </dd></dl>
<p>Reimplemented from <a class="el" href="a00153.html#a59026c2f61f559c3ff389834450d3da2">ucc::sparse_array</a>.</p>
<p>Definition at line <a class="el" href="a00199_source.html#l00344">344</a> of file <a class="el" href="a00199_source.html">object.h</a>.</p>
</div>
</div>
<a class="anchor" id="af404b56dd67cf4ab34c937b20e8cdbba"></a><!-- doxytag: member="ucc::sarray::operator[]" ref="af404b56dd67cf4ab34c937b20e8cdbba" args="(unsigned offset)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">T* <a class="el" href="a00118.html">ucc::sarray</a>< T >::operator[] </td>
<td>(</td>
<td class="paramtype">unsigned </td>
<td class="paramname"> <em>offset</em></td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Array operation to access member object. </p>
<p>If the object does not exist, it is created. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>offset</em> </td><td>in array for object. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>pointer to typed object. </dd></dl>
<p>Definition at line <a class="el" href="a00199_source.html#l00353">353</a> of file <a class="el" href="a00199_source.html">object.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>ucommon/<a class="el" href="a00199_source.html">object.h</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 6 08:22:41 2010 for UCommon by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|