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

« back to all changes in this revision

Viewing changes to doc/html/a00022.html

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2009-12-09 16:02:55 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091209160255-hu2bnjrbncl92z5w
Tags: 3.6.1-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">
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
3
5
<title>BitMagic: bm::bit_count_table&lt; T &gt; Struct 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 -->
 
6
<link href="tabs.css" rel="stylesheet" type="text/css"/>
 
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
 
8
</head>
 
9
<body>
 
10
<!-- Generated by Doxygen 1.6.1 -->
8
11
<div class="navigation" id="top">
9
12
  <div class="tabs">
10
13
    <ul>
11
14
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12
15
      <li><a href="modules.html"><span>Modules</span></a></li>
13
16
      <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>
 
17
      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
15
18
      <li><a href="files.html"><span>Files</span></a></li>
16
19
      <li><a href="examples.html"><span>Examples</span></a></li>
17
20
    </ul>
18
21
  </div>
19
22
  <div class="tabs">
20
23
    <ul>
21
 
      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
22
24
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
 
25
      <li><a href="classes.html"><span>Data&nbsp;Structure&nbsp;Index</span></a></li>
23
26
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
24
27
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
25
28
    </ul>
26
29
  </div>
27
 
  <div class="navpath"><a class="el" href="a00106.html">bm</a>::<a class="el" href="a00022.html">bit_count_table</a>
 
30
  <div class="navpath"><a class="el" href="a00110.html">bm</a>::<a class="el" href="a00022.html">bit_count_table</a>
28
31
  </div>
29
32
</div>
30
33
<div class="contents">
31
 
<h1>bm::bit_count_table&lt; T &gt; Struct Template Reference<br>
 
34
<h1>bm::bit_count_table&lt; T &gt; Struct Template Reference<br/>
32
35
<small>
33
 
[<a class="el" href="a00111.html">BIT functions</a>]</small>
34
 
</h1><!-- doxytag: class="bm::bit_count_table" -->Structure to aid in counting bits table contains count of bits in 0-255 diapason of numbers.  
35
 
<a href="#_details">More...</a>
36
 
<p>
37
 
<code>#include &lt;<a class="el" href="a00134.html">bmfunc.h</a>&gt;</code>
38
 
<p>
 
36
[<a class="el" href="a00115.html">BIT functions</a>]</small>
 
37
</h1><!-- doxytag: class="bm::bit_count_table" -->
 
38
<p>Structure to aid in counting bits table contains count of bits in 0-255 diapason of numbers.  
 
39
<a href="#_details">More...</a></p>
 
40
 
 
41
<p><code>#include &lt;<a class="el" href="a00088_source.html">bmconst.h</a>&gt;</code></p>
39
42
<table border="0" cellpadding="0" cellspacing="0">
40
 
<tr><td></td></tr>
41
 
<tr><td colspan="2"><br><h2>Static Public Attributes</h2></td></tr>
42
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">static const unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00022.html#eeb872f5ae25ea7f7977decb8fa42296">_count</a> [256]</td></tr>
43
 
 
 
43
<tr><td colspan="2"><h2>Static Public Attributes</h2></td></tr>
 
44
<tr><td class="memItemLeft" align="right" valign="top">static const unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00022.html#aeeb872f5ae25ea7f7977decb8fa42296">_count</a> [256]</td></tr>
44
45
</table>
45
 
<hr><a name="_details"></a><h2>Detailed Description</h2>
46
 
<h3>template&lt;bool T&gt;<br>
 
46
<hr/><a name="_details"></a><h2>Detailed Description</h2>
 
47
<h3>template&lt;bool T&gt;<br/>
47
48
 struct bm::bit_count_table&lt; T &gt;</h3>
48
49
 
49
 
Structure to aid in counting bits table contains count of bits in 0-255 diapason of numbers. 
50
 
<p>Definition at line <a class="el" href="a00134.html#l00132">132</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
51
 
<hr><h2>Field Documentation</h2>
52
 
<a class="anchor" name="eeb872f5ae25ea7f7977decb8fa42296"></a><!-- doxytag: member="bm::bit_count_table::_count" ref="eeb872f5ae25ea7f7977decb8fa42296" args="[256]" -->
 
50
<p>Structure to aid in counting bits table contains count of bits in 0-255 diapason of numbers. </p>
 
51
 
 
52
<p>Definition at line <a class="el" href="a00088_source.html#l00167">167</a> of file <a class="el" href="a00088_source.html">bmconst.h</a>.</p>
 
53
<hr/><h2>Field Documentation</h2>
 
54
<a class="anchor" id="aeeb872f5ae25ea7f7977decb8fa42296"></a><!-- doxytag: member="bm::bit_count_table::_count" ref="aeeb872f5ae25ea7f7977decb8fa42296" args="[256]" -->
53
55
<div class="memitem">
54
56
<div class="memproto">
55
57
<div class="memtemplate">
56
58
template&lt;bool T&gt; </div>
57
59
      <table class="memname">
58
60
        <tr>
59
 
          <td class="memname">const unsigned char <a class="el" href="a00022.html">bm::bit_count_table</a>&lt; T &gt;::<a class="el" href="a00022.html#eeb872f5ae25ea7f7977decb8fa42296">_count</a><code> [inline, static]</code>          </td>
 
61
          <td class="memname">const unsigned char <a class="el" href="a00022.html">bm::bit_count_table</a>&lt; T &gt;::<a class="el" href="a00022.html#aeeb872f5ae25ea7f7977decb8fa42296">_count</a><code> [inline, static]</code></td>
60
62
        </tr>
61
63
      </table>
62
64
</div>
63
65
<div class="memdoc">
64
 
 
65
 
<p>
66
66
<b>Initial value:</b><div class="fragment"><pre class="fragment"> {
67
67
    0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,
68
68
    1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,
74
74
    3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,4,5,5,6,5,6,6,7,5,6,6,7,6,7,7,8
75
75
}
76
76
</pre></div>
77
 
<p>Definition at line <a class="el" href="a00134.html#l00134">134</a> of file <a class="el" href="a00134.html">bmfunc.h</a>.</p>
 
77
<p>Definition at line <a class="el" href="a00088_source.html#l00169">169</a> of file <a class="el" href="a00088_source.html">bmconst.h</a>.</p>
78
78
 
79
79
</div>
80
 
</div><p>
81
 
<hr>The documentation for this struct was generated from the following file:<ul>
82
 
<li><a class="el" href="a00134.html">bmfunc.h</a></ul>
83
 
</div>
84
 
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Oct 12 12:17:23 2009 for BitMagic by&nbsp;
 
80
</div>
 
81
<hr/>The documentation for this struct was generated from the following file:<ul>
 
82
<li><a class="el" href="a00088_source.html">bmconst.h</a></li>
 
83
</ul>
 
84
</div>
 
85
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Nov 22 10:49:48 2009 for BitMagic by&nbsp;
85
86
<a href="http://www.doxygen.org/index.html">
86
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
 
87
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
87
88
</body>
88
89
</html>