Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libstdc++-v3 / docs / html / ext / pb_assoc / linear_probe_fn.html
blob65943f2701eb24375ec50ff5785af76e3e003f6b
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
5 <html>
6 <head>
7 <title>linear_probe_fn Interface
8 </title>
10 </head>
12 <body>
13 <h1>
14 <tt>linear_probe_fn
15 </tt>
17 Interface
20 </h1>
22 <p>A probe sequence policy using fixed increments.
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">Offset methods.
75 </a>
77 </li>
79 </ol>
81 </li>
83 </ol>
86 <h2>
87 <a name = "link1">Template parameters.
88 </a>
90 </h2>
92 <table WIDTH = "100%" BORDER = "1">
93 <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>
96 <tr>
97 <td>
98 <pre><a name = "Const_Key_Ref3735929850">Const_Key_Ref</a></pre>
101 </td>
103 <td>
104 <p>Const key reference type.</p>
107 </td>
109 <td>
113 </td>
115 </tr>
117 <tr>
118 <td>
119 <pre><a name = "Size_Type3735929483">Size_Type</a></pre>
122 </td>
124 <td>
125 <p>Size type.</p>
128 </td>
130 <td>
131 size_t
134 </td>
136 </tr>
138 </table>
140 <h2>
141 <a name = "link2">General definitions.
142 </a>
144 </h2>
146 <table WIDTH = "100%" BORDER = "1">
147 <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>
150 <tr>
151 <td>
152 <pre><a name = "size_type3735929547">size_type</a></pre>
155 </td>
157 <td>
158 <pre><a href = "#Size_Type3735929483">Size_Type</a></pre>
161 </td>
163 <td>
164 <p>Size type.</p>
167 </td>
169 </tr>
171 </table>
173 <h2>
174 <a name = "link3">Constructors, destructor, and related.
175 </a>
177 </h2>
179 <table WIDTH = "100%" BORDER = "1">
180 <TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "55%" ALIGN = "left"><b>Description</b></TD></TR>
183 <tr>
184 <td>
185 <pre><b>void</b>
186 swap
187 (<font color = "olive">linear_probe_fn</font> &amp;r_other)</pre>
190 </td>
192 <td>
193 <p>Swaps content.</p>
196 </td>
198 </tr>
200 </table>
202 <h2>
203 <a name = "link4">Offset methods.
204 </a>
206 </h2>
208 <table WIDTH = "100%" BORDER = "1">
209 <TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "55%" ALIGN = "left"><b>Description</b></TD></TR>
212 <tr>
213 <td>
214 <pre><b>inline</b> <a href = "#size_type3735929547">size_type</a>
215 <b>operator</b>()
216 (<a href = "#Const_Key_Ref3735929850">Const_Key_Ref</a> r_key,
217 <a href = "#size_type3735929547">size_type</a> i) <b>const</b></pre>
220 </td>
222 <td>
223 <p>Returns the <font color = "#666666"><tt>i</tt></font>-th offset from the hash value.</p>
226 </td>
228 </tr>
230 </table>
234 </body>
236 </html>