~ubuntu-branches/ubuntu/oneiric/bmagic/oneiric

« back to all changes in this revision

Viewing changes to doc/html/a00024.html

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2011-03-03 12:22:16 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110303122216-qll5migewxnxe3s5
Tags: 3.7.0-1
* New upstream release (Closes: #615929)
* Update to Standards-Version 3.9.1 (no changes)
* Specify Debian source format as '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5
 
<title>BitMagic: bm::bit_COUNT_XOR&lt; W &gt; Struct Template Reference</title>
 
5
<title>BitMagic: bm::bit_grabber&lt; T, BPC &gt; Struct Template Reference</title>
6
6
<link href="tabs.css" rel="stylesheet" type="text/css"/>
7
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
8
8
</head>
27
27
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
28
28
    </ul>
29
29
  </div>
30
 
  <div class="navpath"><a class="el" href="a00116.html">bm</a>::<a class="el" href="a00024.html">bit_COUNT_XOR</a>
 
30
  <div class="navpath"><a class="el" href="a00115.html">bm</a>::<a class="el" href="a00024.html">bit_grabber</a>
31
31
  </div>
32
32
</div>
33
33
<div class="contents">
34
 
<h1>bm::bit_COUNT_XOR&lt; W &gt; Struct Template Reference</h1><!-- doxytag: class="bm::bit_COUNT_XOR" -->
35
 
<p>Bit COUNT XOR functor.  
36
 
<a href="#_details">More...</a></p>
37
 
 
38
 
<p><code>#include &lt;<a class="el" href="a00094_source.html">bmfunc.h</a>&gt;</code></p>
 
34
<h1>bm::bit_grabber&lt; T, BPC &gt; Struct Template Reference</h1><!-- doxytag: class="bm::bit_grabber" -->
 
35
<p><code>#include &lt;<a class="el" href="a00100_source.html">bmtrans.h</a>&gt;</code></p>
39
36
<table border="0" cellpadding="0" cellspacing="0">
40
 
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
41
 
<tr><td class="memItemLeft" align="right" valign="top">W&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00024.html#af51df3f3d2a924fe77c157203cce4105">operator()</a> (W w1, W w2)</td></tr>
 
37
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
 
38
<tr><td class="memItemLeft" align="right" valign="top">static unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00024.html#ae4e83826a695d2cf8dbdc39a789bf456">get</a> (const T *, unsigned)</td></tr>
42
39
</table>
43
40
<hr/><a name="_details"></a><h2>Detailed Description</h2>
44
 
<h3>template&lt;typename W&gt;<br/>
45
 
 struct bm::bit_COUNT_XOR&lt; W &gt;</h3>
46
 
 
47
 
<p>Bit COUNT XOR functor. </p>
48
 
 
49
 
<p>Definition at line <a class="el" href="a00094_source.html#l04994">4994</a> of file <a class="el" href="a00094_source.html">bmfunc.h</a>.</p>
 
41
<h3>template&lt;typename T, unsigned BPC&gt;<br/>
 
42
 struct bm::bit_grabber&lt; T, BPC &gt;</h3>
 
43
 
 
44
<p>Bit array grabber - template specitialization for various basic types </p>
 
45
 
 
46
<p>Definition at line <a class="el" href="a00100_source.html#l00076">76</a> of file <a class="el" href="a00100_source.html">bmtrans.h</a>.</p>
50
47
<hr/><h2>Member Function Documentation</h2>
51
 
<a class="anchor" id="af51df3f3d2a924fe77c157203cce4105"></a><!-- doxytag: member="bm::bit_COUNT_XOR::operator()" ref="af51df3f3d2a924fe77c157203cce4105" args="(W w1, W w2)" -->
 
48
<a class="anchor" id="ae4e83826a695d2cf8dbdc39a789bf456"></a><!-- doxytag: member="bm::bit_grabber::get" ref="ae4e83826a695d2cf8dbdc39a789bf456" args="(const T *, unsigned)" -->
52
49
<div class="memitem">
53
50
<div class="memproto">
54
51
<div class="memtemplate">
55
 
template&lt;typename W&gt; </div>
 
52
template&lt;typename T , unsigned BPC&gt; </div>
56
53
      <table class="memname">
57
54
        <tr>
58
 
          <td class="memname">W <a class="el" href="a00024.html">bm::bit_COUNT_XOR</a>&lt; W &gt;::operator() </td>
 
55
          <td class="memname">static unsigned <a class="el" href="a00024.html">bm::bit_grabber</a>&lt; T, BPC &gt;::get </td>
59
56
          <td>(</td>
60
 
          <td class="paramtype">W&nbsp;</td>
61
 
          <td class="paramname"> <em>w1</em>, </td>
 
57
          <td class="paramtype">const T *&nbsp;</td>
 
58
          <td class="paramname">, </td>
62
59
        </tr>
63
60
        <tr>
64
61
          <td class="paramkey"></td>
65
62
          <td></td>
66
 
          <td class="paramtype">W&nbsp;</td>
67
 
          <td class="paramname"> <em>w2</em></td><td>&nbsp;</td>
 
63
          <td class="paramtype">unsigned&nbsp;</td>
 
64
          <td class="paramname"></td><td>&nbsp;</td>
68
65
        </tr>
69
66
        <tr>
70
67
          <td></td>
71
68
          <td>)</td>
72
 
          <td></td><td></td><td><code> [inline]</code></td>
 
69
          <td></td><td></td><td><code> [inline, static]</code></td>
73
70
        </tr>
74
71
      </table>
75
72
</div>
76
73
<div class="memdoc">
77
74
 
78
 
<p>Definition at line <a class="el" href="a00094_source.html#l04996">4996</a> of file <a class="el" href="a00094_source.html">bmfunc.h</a>.</p>
 
75
<p>Definition at line <a class="el" href="a00100_source.html#l00079">79</a> of file <a class="el" href="a00100_source.html">bmtrans.h</a>.</p>
79
76
 
80
 
<p>References <a class="el" href="a00093_source.html#l00168">BM_INCWORD_BITCOUNT</a>.</p>
 
77
<p>References <a class="el" href="a00092_source.html#l00050">BM_ASSERT</a>.</p>
81
78
 
82
79
</div>
83
80
</div>
84
81
<hr/>The documentation for this struct was generated from the following file:<ul>
85
 
<li><a class="el" href="a00094_source.html">bmfunc.h</a></li>
 
82
<li><a class="el" href="a00100_source.html">bmtrans.h</a></li>
86
83
</ul>
87
84
</div>
88
 
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue Mar 23 20:48:13 2010 for BitMagic by&nbsp;
 
85
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Apr 25 09:37:46 2010 for BitMagic by&nbsp;
89
86
<a href="http://www.doxygen.org/index.html">
90
87
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
91
88
</body>