Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libstdc++-v3 / docs / html / ext / pb_assoc / direct_mod_range_hashing.html
blobb9096ccb35c58d19eaa5dda13feaf183ccaacf14
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
5 <html>
6 <head>
7 <title>direct_mod_range_hashing Interface
8 </title>
10 </head>
12 <body>
13 <h1>
14 <tt>direct_mod_range_hashing
15 </tt>
17 Interface
20 </h1>
22 <p>A mod range-hashing class (uses the modulo function).
23 </p>
25 <ol>
26 <li>
27 <a href = "../../../../include/ext/pb_assoc/hash_policy.hpp"><tt>hash_policy.hpp</tt>
28 </a>
30 </li>
32 <li>
33 <a href = "#link1">Template parameters.
34 </a>
36 </li>
38 <li>
39 Public Types and Constants:
42 <ol>
43 <li>
44 <a href = "#link2">General definitions.
45 </a>
47 </li>
49 </ol>
51 </li>
53 <li>
54 Public Methods:
57 <ol>
58 <li>
59 <a href = "#link3">Constructors, destructor, and related.
60 </a>
62 </li>
64 </ol>
66 </li>
68 <li>
69 Protected Methods:
72 <ol>
73 <li>
74 <a href = "#link4">Notification methods.
75 </a>
77 </li>
79 <li>
80 <a href = "#link5">Operators.
81 </a>
83 </li>
85 </ol>
87 </li>
89 </ol>
92 <h2>
93 <a name = "link1">Template parameters.
94 </a>
96 </h2>
98 <table WIDTH = "100%" BORDER = "1">
99 <TR><TD Width = "20%" ALIGN = "left"><b>Parameter</b></TD><TD Width = "50%" ALIGN = "left"><b>Description</b></TD><TD Width = "30%" ALIGN = "left"><b>Default Value</b></TD></TR>
102 <tr>
103 <td>
104 <pre><a name = "Size_Type3735929483">Size_Type</a></pre>
107 </td>
109 <td>
110 <p>Size type.</p>
113 </td>
115 <td>
116 size_t
119 </td>
121 </tr>
123 </table>
125 <h2>
126 <a name = "link2">General definitions.
127 </a>
129 </h2>
131 <table WIDTH = "100%" BORDER = "1">
132 <TR><TD Width = "30%" ALIGN = "left"><b>Type</b></TD><TD Width = "55%" ALIGN = "left"><b>Definition</b></TD><TD Width = "15%" ALIGN = "left"><b>Description</b></TD></TR>
135 <tr>
136 <td>
137 <pre><a name = "size_type3735929547">size_type</a></pre>
140 </td>
142 <td>
143 <pre><a href = "#Size_Type3735929483">Size_Type</a></pre>
146 </td>
148 <td>
149 <p>Size type.</p>
152 </td>
154 </tr>
156 </table>
158 <h2>
159 <a name = "link3">Constructors, destructor, and related.
160 </a>
162 </h2>
164 <table WIDTH = "100%" BORDER = "1">
165 <TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "55%" ALIGN = "left"><b>Description</b></TD></TR>
168 <tr>
169 <td>
170 <pre><b>void</b>
171 swap
172 (<font color = "olive">direct_mod_range_hashing</font> &amp;r_other)</pre>
175 </td>
177 <td>
178 <p>Swaps content.</p>
181 </td>
183 </tr>
185 </table>
187 <h2>
188 <a name = "link4">Notification methods.
189 </a>
191 </h2>
193 <h2>
194 <a name = "link5">Operators.
195 </a>
197 </h2>
199 <table WIDTH = "100%" BORDER = "1">
200 <TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "55%" ALIGN = "left"><b>Description</b></TD></TR>
203 <tr>
204 <td>
205 <pre><b>inline</b> <a href = "#size_type3735929547">size_type</a>
206 <b>operator</b>()
207 (<a href = "#size_type3735929547">size_type</a> hash) <b>const</b></pre>
210 </td>
212 <td>
213 <p>Transforms the hash value <font color = "#666666"><tt>hash</tt></font> into a ranged-hash value (using a modulo operation).</p>
216 </td>
218 </tr>
220 </table>
224 </body>
226 </html>