~ubuntu-branches/ubuntu/trusty/bmagic/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/html/a00053.html

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2009-10-30 18:48:35 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091030184835-2tqroygiq2pevwij
Tags: 3.6.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 
3
<title>BitMagic: bm::copy_to_array_functor_inc&lt; B &gt; Class Template Reference</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.5.5 -->
 
8
<div class="navigation" id="top">
 
9
  <div class="tabs">
 
10
    <ul>
 
11
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
12
      <li><a href="modules.html"><span>Modules</span></a></li>
 
13
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
 
14
      <li class="current"><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
 
15
      <li><a href="files.html"><span>Files</span></a></li>
 
16
      <li><a href="examples.html"><span>Examples</span></a></li>
 
17
    </ul>
 
18
  </div>
 
19
  <div class="tabs">
 
20
    <ul>
 
21
      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
 
22
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
 
23
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
 
24
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
 
25
    </ul>
 
26
  </div>
 
27
  <div class="navpath"><a class="el" href="a00106.html">bm</a>::<a class="el" href="a00053.html">copy_to_array_functor_inc</a>
 
28
  </div>
 
29
</div>
 
30
<div class="contents">
 
31
<h1>bm::copy_to_array_functor_inc&lt; B &gt; Class Template Reference</h1><!-- doxytag: class="bm::copy_to_array_functor_inc" -->Adaptor to copy 1 bits to array with base increment.  
 
32
<a href="#_details">More...</a>
 
33
<p>
 
34
<code>#include &lt;<a class="el" href="a00134.html">bmfunc.h</a>&gt;</code>
 
35
<p>
 
36
<div class="dynheader">
 
37
Collaboration diagram for bm::copy_to_array_functor_inc&lt; B &gt;:</div>
 
38
<div class="dynsection">
 
39
<p><center><img src="a00348.png" border="0" usemap="#a00349" alt="Collaboration graph"></center>
 
40
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
 
41
<table border="0" cellpadding="0" cellspacing="0">
 
42
<tr><td></td></tr>
 
43
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
 
44
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00053.html#9930456419a8b21419e0b88fea3d6cb6">copy_to_array_functor_inc</a> (B *bits, unsigned base_idx)</td></tr>
 
45
 
 
46
<tr><td class="memItemLeft" nowrap align="right" valign="top">B *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00053.html#b20935891fa37c6ea1ef8d03605f8669">ptr</a> ()</td></tr>
 
47
 
 
48
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00053.html#4b086ea3170907e2aabe0b10fd2ea18e">operator()</a> (unsigned bit_idx)</td></tr>
 
49
 
 
50
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00053.html#0432c95dcde2c9b4276fd899c1328041">operator()</a> (unsigned bit_idx0, unsigned bit_idx1)</td></tr>
 
51
 
 
52
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00053.html#741eaf29a5506c4f13b058b1016bdb03">operator()</a> (unsigned bit_idx0, unsigned bit_idx1, unsigned bit_idx2)</td></tr>
 
53
 
 
54
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00053.html#5f0586e43184f50fa22b5249303d286d">operator()</a> (unsigned bit_idx0, unsigned bit_idx1, unsigned bit_idx2, unsigned bit_idx3)</td></tr>
 
55
 
 
56
</table>
 
57
<hr><a name="_details"></a><h2>Detailed Description</h2>
 
58
<h3>template&lt;typename B&gt;<br>
 
59
 class bm::copy_to_array_functor_inc&lt; B &gt;</h3>
 
60
 
 
61
Adaptor to copy 1 bits to array with base increment. 
 
62
<p>Definition at line <a class="el" href="a00134.html#l04232">4232</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
 
63
<hr><h2>Constructor &amp; Destructor Documentation</h2>
 
64
<a class="anchor" name="9930456419a8b21419e0b88fea3d6cb6"></a><!-- doxytag: member="bm::copy_to_array_functor_inc::copy_to_array_functor_inc" ref="9930456419a8b21419e0b88fea3d6cb6" args="(B *bits, unsigned base_idx)" -->
 
65
<div class="memitem">
 
66
<div class="memproto">
 
67
<div class="memtemplate">
 
68
template&lt;typename B&gt; </div>
 
69
      <table class="memname">
 
70
        <tr>
 
71
          <td class="memname"><a class="el" href="a00053.html">bm::copy_to_array_functor_inc</a>&lt; B &gt;::<a class="el" href="a00053.html">copy_to_array_functor_inc</a>           </td>
 
72
          <td>(</td>
 
73
          <td class="paramtype">B *&nbsp;</td>
 
74
          <td class="paramname"> <em>bits</em>, </td>
 
75
        </tr>
 
76
        <tr>
 
77
          <td class="paramkey"></td>
 
78
          <td></td>
 
79
          <td class="paramtype">unsigned&nbsp;</td>
 
80
          <td class="paramname"> <em>base_idx</em></td><td>&nbsp;</td>
 
81
        </tr>
 
82
        <tr>
 
83
          <td></td>
 
84
          <td>)</td>
 
85
          <td></td><td></td><td width="100%"><code> [inline]</code></td>
 
86
        </tr>
 
87
      </table>
 
88
</div>
 
89
<div class="memdoc">
 
90
 
 
91
<p>
 
92
 
 
93
<p>Definition at line <a class="el" href="a00134.html#l04235">4235</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
 
94
 
 
95
</div>
 
96
</div><p>
 
97
<hr><h2>Member Function Documentation</h2>
 
98
<a class="anchor" name="b20935891fa37c6ea1ef8d03605f8669"></a><!-- doxytag: member="bm::copy_to_array_functor_inc::ptr" ref="b20935891fa37c6ea1ef8d03605f8669" args="()" -->
 
99
<div class="memitem">
 
100
<div class="memproto">
 
101
<div class="memtemplate">
 
102
template&lt;typename B&gt; </div>
 
103
      <table class="memname">
 
104
        <tr>
 
105
          <td class="memname">B* <a class="el" href="a00053.html">bm::copy_to_array_functor_inc</a>&lt; B &gt;::ptr           </td>
 
106
          <td>(</td>
 
107
          <td class="paramname">          </td>
 
108
          <td>&nbsp;)&nbsp;</td>
 
109
          <td width="100%"><code> [inline]</code></td>
 
110
        </tr>
 
111
      </table>
 
112
</div>
 
113
<div class="memdoc">
 
114
 
 
115
<p>
 
116
 
 
117
<p>Definition at line <a class="el" href="a00134.html#l04239">4239</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
 
118
 
 
119
<p>Referenced by <a class="el" href="a00134.html#l04317">bm::bit_convert_to_arr()</a>.</p>
 
120
 
 
121
</div>
 
122
</div><p>
 
123
<a class="anchor" name="4b086ea3170907e2aabe0b10fd2ea18e"></a><!-- doxytag: member="bm::copy_to_array_functor_inc::operator()" ref="4b086ea3170907e2aabe0b10fd2ea18e" args="(unsigned bit_idx)" -->
 
124
<div class="memitem">
 
125
<div class="memproto">
 
126
<div class="memtemplate">
 
127
template&lt;typename B&gt; </div>
 
128
      <table class="memname">
 
129
        <tr>
 
130
          <td class="memname">void <a class="el" href="a00053.html">bm::copy_to_array_functor_inc</a>&lt; B &gt;::operator()           </td>
 
131
          <td>(</td>
 
132
          <td class="paramtype">unsigned&nbsp;</td>
 
133
          <td class="paramname"> <em>bit_idx</em>          </td>
 
134
          <td>&nbsp;)&nbsp;</td>
 
135
          <td width="100%"><code> [inline]</code></td>
 
136
        </tr>
 
137
      </table>
 
138
</div>
 
139
<div class="memdoc">
 
140
 
 
141
<p>
 
142
 
 
143
<p>Definition at line <a class="el" href="a00134.html#l04241">4241</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
 
144
 
 
145
</div>
 
146
</div><p>
 
147
<a class="anchor" name="0432c95dcde2c9b4276fd899c1328041"></a><!-- doxytag: member="bm::copy_to_array_functor_inc::operator()" ref="0432c95dcde2c9b4276fd899c1328041" args="(unsigned bit_idx0, unsigned bit_idx1)" -->
 
148
<div class="memitem">
 
149
<div class="memproto">
 
150
<div class="memtemplate">
 
151
template&lt;typename B&gt; </div>
 
152
      <table class="memname">
 
153
        <tr>
 
154
          <td class="memname">void <a class="el" href="a00053.html">bm::copy_to_array_functor_inc</a>&lt; B &gt;::operator()           </td>
 
155
          <td>(</td>
 
156
          <td class="paramtype">unsigned&nbsp;</td>
 
157
          <td class="paramname"> <em>bit_idx0</em>, </td>
 
158
        </tr>
 
159
        <tr>
 
160
          <td class="paramkey"></td>
 
161
          <td></td>
 
162
          <td class="paramtype">unsigned&nbsp;</td>
 
163
          <td class="paramname"> <em>bit_idx1</em></td><td>&nbsp;</td>
 
164
        </tr>
 
165
        <tr>
 
166
          <td></td>
 
167
          <td>)</td>
 
168
          <td></td><td></td><td width="100%"><code> [inline]</code></td>
 
169
        </tr>
 
170
      </table>
 
171
</div>
 
172
<div class="memdoc">
 
173
 
 
174
<p>
 
175
 
 
176
<p>Definition at line <a class="el" href="a00134.html#l04247">4247</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
 
177
 
 
178
</div>
 
179
</div><p>
 
180
<a class="anchor" name="741eaf29a5506c4f13b058b1016bdb03"></a><!-- doxytag: member="bm::copy_to_array_functor_inc::operator()" ref="741eaf29a5506c4f13b058b1016bdb03" args="(unsigned bit_idx0, unsigned bit_idx1, unsigned bit_idx2)" -->
 
181
<div class="memitem">
 
182
<div class="memproto">
 
183
<div class="memtemplate">
 
184
template&lt;typename B&gt; </div>
 
185
      <table class="memname">
 
186
        <tr>
 
187
          <td class="memname">void <a class="el" href="a00053.html">bm::copy_to_array_functor_inc</a>&lt; B &gt;::operator()           </td>
 
188
          <td>(</td>
 
189
          <td class="paramtype">unsigned&nbsp;</td>
 
190
          <td class="paramname"> <em>bit_idx0</em>, </td>
 
191
        </tr>
 
192
        <tr>
 
193
          <td class="paramkey"></td>
 
194
          <td></td>
 
195
          <td class="paramtype">unsigned&nbsp;</td>
 
196
          <td class="paramname"> <em>bit_idx1</em>, </td>
 
197
        </tr>
 
198
        <tr>
 
199
          <td class="paramkey"></td>
 
200
          <td></td>
 
201
          <td class="paramtype">unsigned&nbsp;</td>
 
202
          <td class="paramname"> <em>bit_idx2</em></td><td>&nbsp;</td>
 
203
        </tr>
 
204
        <tr>
 
205
          <td></td>
 
206
          <td>)</td>
 
207
          <td></td><td></td><td width="100%"><code> [inline]</code></td>
 
208
        </tr>
 
209
      </table>
 
210
</div>
 
211
<div class="memdoc">
 
212
 
 
213
<p>
 
214
 
 
215
<p>Definition at line <a class="el" href="a00134.html#l04254">4254</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
 
216
 
 
217
</div>
 
218
</div><p>
 
219
<a class="anchor" name="5f0586e43184f50fa22b5249303d286d"></a><!-- doxytag: member="bm::copy_to_array_functor_inc::operator()" ref="5f0586e43184f50fa22b5249303d286d" args="(unsigned bit_idx0, unsigned bit_idx1, unsigned bit_idx2, unsigned bit_idx3)" -->
 
220
<div class="memitem">
 
221
<div class="memproto">
 
222
<div class="memtemplate">
 
223
template&lt;typename B&gt; </div>
 
224
      <table class="memname">
 
225
        <tr>
 
226
          <td class="memname">void <a class="el" href="a00053.html">bm::copy_to_array_functor_inc</a>&lt; B &gt;::operator()           </td>
 
227
          <td>(</td>
 
228
          <td class="paramtype">unsigned&nbsp;</td>
 
229
          <td class="paramname"> <em>bit_idx0</em>, </td>
 
230
        </tr>
 
231
        <tr>
 
232
          <td class="paramkey"></td>
 
233
          <td></td>
 
234
          <td class="paramtype">unsigned&nbsp;</td>
 
235
          <td class="paramname"> <em>bit_idx1</em>, </td>
 
236
        </tr>
 
237
        <tr>
 
238
          <td class="paramkey"></td>
 
239
          <td></td>
 
240
          <td class="paramtype">unsigned&nbsp;</td>
 
241
          <td class="paramname"> <em>bit_idx2</em>, </td>
 
242
        </tr>
 
243
        <tr>
 
244
          <td class="paramkey"></td>
 
245
          <td></td>
 
246
          <td class="paramtype">unsigned&nbsp;</td>
 
247
          <td class="paramname"> <em>bit_idx3</em></td><td>&nbsp;</td>
 
248
        </tr>
 
249
        <tr>
 
250
          <td></td>
 
251
          <td>)</td>
 
252
          <td></td><td></td><td width="100%"><code> [inline]</code></td>
 
253
        </tr>
 
254
      </table>
 
255
</div>
 
256
<div class="memdoc">
 
257
 
 
258
<p>
 
259
 
 
260
<p>Definition at line <a class="el" href="a00134.html#l04263">4263</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
 
261
 
 
262
</div>
 
263
</div><p>
 
264
<hr>The documentation for this class was generated from the following file:<ul>
 
265
<li><a class="el" href="a00134.html">bmfunc.h</a></ul>
 
266
</div>
 
267
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Oct 12 12:17:25 2009 for BitMagic by&nbsp;
 
268
<a href="http://www.doxygen.org/index.html">
 
269
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
 
270
</body>
 
271
</html>