File: ds_hash_set_cursor.html

package info (click to toggle)
gobo 2.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 17,764 kB
  • ctags: 11,254
  • sloc: lex: 3,980; yacc: 3,875; makefile: 716; sh: 402; ansic: 40
file content (410 lines) | stat: -rw-r--r-- 23,322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>Class DS_HASH_SET_CURSOR</title>
</head>

<body bgcolor="#FFFFFF">

<table border="0" width="100%">
    <tr>
        <td><font size="6"><strong>Class DS_HASH_SET_CURSOR</strong></font></td>
        <td align="right"><a href="ds_hash_set.html"><img
        src="../../image/previous.gif" alt="Previous" border="0"
        width="40" height="40"></a><a href="ds_hash_table.html"><img
        src="../../image/next.gif" alt="Next" border="0"
        width="40" height="40"></a></td>
    </tr>
</table>

<hr size="1">

<pre><font color="#000080"><em><strong>indexing</strong></em></font></pre>

<blockquote>
    <pre><em>description</em>:

<font color="#800000"><em>    &quot;Cursors for hash set traversals&quot;

</em></font><em>library:    </em><font color="#800000"><em>&quot;Gobo Eiffel Structure Library&quot;
</em></font><em>author:     </em><font color="#800000"><em>&quot;Eric Bezault &lt;</em></font><a
href="mailto:ericb@gobosoft.com"><font color="#800000"><em>ericb@gobosoft.com</em></font></a><font
color="#800000"><em>&gt;&quot;
</em></font><em>copyright:  </em><font color="#800000"><em>&quot;Copyright (c) 2001, Eric Bezault and others&quot;
</em></font><em>license:   </em><font color="#800000"><em> &quot;Eiffel Forum Freeware License v1 (see forum.txt)&quot;</em></font></pre>
</blockquote>

<pre><font color="#000080"><em><strong>class interface</strong></em></font></pre>

<blockquote>
    <pre><em>DS_HASH_SET_CURSOR </em>[<em>G</em> -&gt; <a
href="http://www.gobosoft.com/eiffel/nice/elks95/hashable.html"><em>HASHABLE</em></a>]</pre>
</blockquote>

<pre><font color="#000080"><em><strong>inherit</strong></em></font></pre>

<blockquote>
    <pre><a href="ds_arrayed_sparse_set_cursor.html"><em>DS_ARRAYED_SPARSE_SET_CURSOR</em></a><em> </em>[<em>G</em>]
    <a href="ds_sparse_set_cursor.html"><em>DS_SPARSE_SET_CURSOR</em></a><em> </em>[<em>G</em>]
        <a href="ds_set_cursor.html"><em>DS_SET_CURSOR</em></a><em> </em>[<em>G</em>]
            <a href="ds_linear_cursor.html"><em>DS_LINEAR_CURSOR</em></a><em> </em>[<em>G</em>]<em>
                </em><a href="ds_cursor.html"><em>DS_CURSOR</em></a><em> </em>[<em>G</em>]
<em>        </em><a href="ds_bilinear_cursor.html"><em>DS_BILINEAR_CURSOR</em></a><em> </em>[<em>G</em>]
            <a href="ds_linear_cursor.html"><em>DS_LINEAR_CURSOR</em></a><em> </em>[<em>G</em>]
                <a href="ds_cursor.html"><em>DS_CURSOR</em></a><em> </em>[<em>G</em>]</pre>
</blockquote>

<pre><font color="#000080"><em><strong>creation</strong></em></font></pre>

<blockquote>
    <pre><a name="make"><em>make</em></a><em> </em>(<em>a_set</em>:<em> </em><font
color="#000080"><em><strong>like</strong></em></font><em> </em><a
href="#container"><em>container</em></a>)<em>
</em><font color="#008000">        -- Create a new cursor for </font><em>a_set</em><font
color="#008000">.</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        a_set_not_void</em>:<em> a_set </em>/=<em> </em><font
color="#008080"><em>Void</em></font><em>
    </em><font color="#000080"><em><strong>ensure</strong></em></font><em>
        container_set</em>:<em> </em><a href="#container"><em>container</em></a><em> </em>= <em>a_set
        before</em>:<em> </em><a href="#before"><em>before</em></a></pre>
</blockquote>

<pre><font color="#000080"><em><strong>feature</strong></em></font><font
color="#008000"> -- Access</font></pre>

<blockquote>
    <pre><a name="item"><em>item</em></a>:<em> G
       </em><font color="#008000"> -- Item at cursor position</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_cursor.html#item"><font color="#008000"><em>DS_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        not_off</em>:<em> </em><font color="#000080"><em><strong>not</strong></em></font><em> </em><a
href="#off"><em>off</em></a></pre>
    <pre><a name="container"><em>container</em></a>:<em> </em><a
href="ds_hash_set.html"><em>DS_HASH_SET</em></a><em> </em>[<em>G</em>]<em>
       </em><font color="#008000"> -- Hash set traversed</font><font
color="#000080"><em><strong>
</strong></em></font><font color="#008000">        -- (From </font><a
href="ds_cursor.html#container"><font color="#008000"><em>DS_CURSOR</em></font></a><font
color="#008000">.)</font></pre>
</blockquote>

<pre><font color="#000080"><em><strong>feature </strong></em></font><font
color="#008000">-- Status report</font></pre>

<blockquote>
    <pre><a name="is_first"><em>is_first</em></a>:<em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/boolean.html"><em>BOOLEAN</em></a><em>
        </em><font color="#008000">-- Is cursor on first item?</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_linear_cursor.html#is_first"><font color="#008000"><em>DS_LINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>ensure</strong></em></font><em>
        not_empty</em>:<em> </em><font color="#008080"><em>Result</em></font><em> </em><font
color="#000080"><em><strong>implies not </strong></em></font><a
href="#container"><em>container</em></a>.<a
href="ds_linear.html#is_empty"><em>is_empty</em></a><em>
        not_off</em>:<em> </em><font color="#008080"><em>Result</em></font><em> </em><font
color="#000080"><em><strong>implies not</strong></em></font><em> </em><a
href="#off"><em>off</em></a><em>
        definition</em>:<em> </em><font color="#008080"><em>Result</em></font><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em>(<a
href="#item"><em>item</em></a><em> </em>=<em> </em><a
href="#container"><em>container</em></a>.<a
href="ds_linear.html#first"><em>first</em></a>)</pre>
    <pre><a name="is_last"><em>is_last</em></a>:<em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/boolean.html"><em>BOOLEAN</em></a><em>
        </em><font color="#008000">-- Is cursor on last item?</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_bilinear_cursor.html#is_last"><font color="#008000"><em>DS_BILINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>ensure</strong></em></font><em>
        not_empty</em>:<em> </em><font color="#008080"><em>Result</em></font><em> </em><font
color="#000080"><em><strong>implies not </strong></em></font><a
href="#container"><em>container</em></a>.<a
href="ds_sparse_table.html#is_empty"><em>is_empty</em></a><em>
        not_off</em>:<em> </em><font color="#008080"><em>Result</em></font><em> </em><font
color="#000080"><em><strong>implies not</strong></em></font><em> </em><a
href="#off"><em>off</em></a><em>
        definition</em>:<em> </em><font color="#008080"><em>Result</em></font><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em>(<a
href="#item"><em>item</em></a><em> </em>=<em> </em><a
href="#container"><em>container</em></a>.<a
href="ds_sparse_table.html#last"><em>last</em></a><em>)</em></pre>
    <pre><a name="after"><em>after</em></a>:<em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/boolean.html"><em>BOOLEAN</em></a><em>
        </em><font color="#008000">-- Is there no valid position to right of cursor?</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_linear_cursor.html#after"><font color="#008000"><em>DS_LINEAR_CURSOR</em></font></a><font
color="#008000">.)</font></pre>
    <pre><a name="before"><em>before</em></a><em>: </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/boolean.html"><em>BOOLEAN</em></a><em>
       </em><font color="#008000"> -- Is there no valid position to left of cursor?</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_bilinear_cursor.html#before"><font color="#008000"><em>DS_BILINEAR_CURSOR</em></font></a><font
color="#008000">.)</font></pre>
    <pre><a name="off"><em>off</em></a>:<em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/boolean.html"><em>BOOLEAN</em></a><em>
        </em><font color="#008000">-- Is there no item at cursor position?</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_cursor.html#off"><font color="#008000"><em>DS_CURSOR</em></font></a><font
color="#008000">.)</font></pre>
    <pre><a name="same_position"><em>same_position</em></a><em> </em>(<em>other</em>:<em> </em><font
color="#000080"><em><strong>like</strong></em></font><em> </em><font
color="#008080"><em>Current</em></font>):<em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/boolean.html"><em>BOOLEAN</em></a><em>
        </em><font color="#008000">-- Is current cursor at same position as </font><em>other</em><font
color="#008000">?</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_cursor.html#same_position"><font color="#008000"><em>DS_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        other_not_void</em>:<em> other </em>/=<em> </em><font
color="#008080"><em>Void</em></font></pre>
</blockquote>

<pre><font color="#000080"><em><strong>feature </strong></em></font><font
color="#008000">-- Cursor movement</font></pre>

<blockquote>
    <pre><a name="start"><em>start</em></a><em>
        </em><font color="#008000">-- Move cursor to first position.</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_linear_cursor.html#start"><font color="#008000"><em>DS_LINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>ensure</strong></em></font><em>
        empty_behavior</em>:<em> </em><a href="#container"><em>container</em></a>.<a
href="ds_linear.html#is_empty"><em>is_empty</em></a><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><a
href="#after"><em>after</em></a><em>
        not_empty_behavior</em>:<em> </em><font color="#000080"><em><strong>not</strong></em></font><em> </em><a
href="#container"><em>container</em></a>.<a
href="ds_linear.html#is_empty"><em>is_empty</em></a><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><a
href="#is_first"><em>is_first</em></a></pre>
    <pre><a name="finish"><em>finish</em></a><em>
        </em><font color="#008000">-- Move cursor to last position.</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_bilinear_cursor.html#finish"><font color="#008000"><em>DS_BILINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>ensure</strong></em></font><em>
        empty_behavior</em>:<em> </em><a href="#container"><em>container</em></a>.<a
href="ds_sparse_table.html#is_empty"><em>is_empty</em></a><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><a
href="#before"><em>before</em></a><em>
        not_empty_behavior</em>:<em> </em><font color="#000080"><em><strong>not</strong></em></font><em> </em><a
href="#container"><em>container</em></a>.<a
href="ds_sparse_table.html#is_empty"><em>is_empty</em></a><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><a
href="#is_last"><em>is_last</em></a></pre>
    <pre><a name="forth"><em>forth</em></a><em>
        </em><font color="#008000">-- Move cursor to next position.</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_linear_cursor.html#start"><font color="#008000"><em>DS_LINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        not_after</em>:<em> </em><font color="#000080"><em><strong>not</strong></em></font><em> </em><a
href="#after"><em>after</em></a></pre>
    <pre><a name="back"><em>back</em></a><em>
       </em><font color="#008000"> -- Move cursor to previous position.</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_bilinear_cursor.html#back"><font color="#008000"><em>DS_BILINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        not_before</em>:<em> </em><font color="#000080"><em><strong>not</strong></em></font><em> </em><a
href="#before"><em>before</em></a></pre>
    <pre><a name="search_forth"><em>search_forth</em></a><em> </em>(<em>v</em>:<em> G</em>)<em>
        </em><font color="#008000">-- Move to first position at or after current
        -- position where </font><a href="#item"><em>item</em></a><font
color="#008000"> and </font><em>v</em><font color="#008000"> are equal.
        -- (Use </font><a href="ds_linear.html#equality_tester"><em>equality_tester</em></a><font
color="#008000">'s criterion from </font><a href="#container"><em>container</em></a><font
color="#008000">
        -- if not void, use `=' criterion otherwise.)
        -- Move </font><a href="#after"><em>after</em></a><font
color="#008000"> if not found.</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_linear_cursor.html#search_forth"><font color="#008000"><em>DS_LINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        not_off</em>:<em> </em><font color="#000080"><em><strong>not</strong></em></font><em> </em><a
href="#off"><em>off</em></a><em> </em><font color="#000080"><em><strong>or</strong></em></font><em> </em><a
href="#after"><em>after</em></a></pre>
    <pre><a name="search_back"><em>search_back</em></a><em> </em>(<em>v</em>:<em> G</em>)<em>
        </em><font color="#008000">-- Move to first position at or before current
        -- position where </font><a href="#item"><em>item</em></a><font
color="#008000"> and </font><em>v</em><font color="#008000"> are equal.
        -- (Use </font><a
href="ds_sparse_table.html#equality_tester"><em>equality_tester</em></a><font
color="#008000">'s criterion from </font><a href="#container"><em>container</em></a><font
color="#008000">
        -- if not void, use `=' criterion otherwise.)
        -- Move </font><a href="#before"><em>before</em></a><font
color="#008000"> if not found.</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_bilinear_cursor.html#search_back"><font color="#008000"><em>DS_BILINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        not_off</em>:<em> </em><font color="#000080"><em><strong>not</strong></em></font><em> </em><a
href="#off"><em>off</em></a><em> </em><font color="#000080"><em><strong>or</strong></em></font><em> </em><a
href="#before"><em>before</em></a></pre>
    <pre><a name="go_after"><em>go_after</em></a><em>
        </em><font color="#008000">-- Move cursor to </font><a
href="#after"><em>after</em></a><font color="#008000"> position.
        -- (From </font><a href="ds_linear_cursor.html#go_after"><font
color="#008000"><em>DS_LINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><font color="#000080"><em><strong>
    ensure</strong></em></font><em>
        after</em>:<em> </em><a href="#after"><em>after</em></a></pre>
    <pre><a name="go_before"><em>go_before</em></a><em>
        </em><font color="#008000">-- Move cursor to </font><a
href="#before"><em>before</em></a><font color="#008000"> position.</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_bilinear_cursor.html#go_before"><font color="#008000"><em>DS_BILINEAR_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>ensure</strong></em></font><em>
        before</em>:<em> </em><a href="#before"><em>before</em></a></pre>
    <pre><a name="go_to"><em>go_to</em></a><em> </em>(<em>other</em>:<em> </em><font
color="#000080"><em><strong>like</strong></em></font><em> </em><font
color="#008080"><em>Current</em></font>)<em>
        </em><font color="#008000">-- Move cursor to </font><em>other</em><font
color="#008000">'s position.</font><em>
</em><font color="#008000">        -- (From </font><a
href="ds_cursor.html#go_to"><font color="#008000"><em>DS_CURSOR</em></font></a><font
color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        other_not_void</em>:<em> other </em>/=<em> </em><font
color="#008080"><em>Void</em></font><em>
        valid_cursor</em>:<em> </em><a href="#container"><em>container</em></a>.<a
href="ds_linear.html#valid_cursor"><em>valid_cursor</em></a><em> </em>(<em>other</em>)<font
color="#000080"><em><strong>
    ensure</strong></em></font><em>
        same_position</em>:<em> </em><a href="#same_position"><em>same_position</em></a><em> </em>(<em>other</em>)</pre>
</blockquote>

<pre><font color="#000080"><em><strong>feature</strong></em></font><font
color="#008000"> -- Comparison</font></pre>

<blockquote>
    <pre><a name="is_equal"><em>is_equal</em></a><em> </em>(<em>other</em>:<em> </em><font
color="#000080"><em><strong>like</strong></em></font><em> </em><font
color="#008080"><em>Current</em></font><em>)</em>:<em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/boolean.html"><em>BOOLEAN</em></a><em>
        </em><font color="#008000">-- Are </font><em>other</em><font
color="#008000"> and current cursor at the same position?</font><em>
        </em><font color="#008000">-- (From </font><a
href="http://www.gobosoft.com/eiffel/nice/elks95/general.html#is_equal"><font
color="#008000"><em>GENERAL</em></font></a><font color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        other_not_void</em>:<em> other </em>/=<em> </em><font
color="#008080"><em>Void</em></font><em>
    </em><font color="#000080"><em><strong>ensure</strong></em></font><em>
        consistent</em>:<em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/general.html#standard_is_equal"><em>standard_is_equal</em></a><em> </em>(<em>other</em>)<em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><font
color="#008080"><em>Result</em></font><em>
        same_type</em>:<em> </em><font color="#008080"><em>Result</em></font><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/general.html#same_type"><em>same_type</em></a><em> </em>(<em>other</em>)<em>
        symmetric</em>:<em> </em><font color="#008080"><em>Result</em></font><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> other</em>.<a
href="#is_equal"><em>is_equal</em></a><em> </em>(<font
color="#008080"><em>Current</em></font>)</pre>
</blockquote>

<pre><font color="#000080"><em><strong>feature</strong></em></font> <font
color="#008000">-- Duplication</font></pre>

<blockquote>
    <pre><a name="copy"><em>copy</em></a><em> </em>(<em>other</em>:<em> </em><font
color="#000080"><em><strong>like</strong></em></font><em> </em><font
color="#008080"><em>Current</em></font>)<em>
        </em><font color="#008000">-- Copy </font><em>other</em><font
color="#008000"> to current cursor.
        -- (From </font><a
href="http://www.gobosoft.com/eiffel/nice/elks95/general.html#copy"><font
color="#008000"><em>GENERAL</em></font></a><font color="#008000">.)</font><em>
    </em><font color="#000080"><em><strong>require</strong></em></font><em>
        other_not_void</em>:<em> other </em>/= <font
color="#008080"><em>Void</em></font><em>
        type_identity</em>:<em> </em><a
href="http://www.gobosoft.com/eiffel/nice/elks95/general.html#same_type"><em>same_type</em></a><em> </em>(<em>other</em>)<em>
    </em><font color="#000080"><em><strong>ensure</strong></em></font><em>
        is_equal</em>:<em> </em><a href="#is_equal"><em>is_equal</em></a><em> </em>(<em>other</em>)</pre>
</blockquote>

<pre><a name="invariant"><font color="#000080"><em><strong>invariant</strong></em></font></a></pre>

<blockquote>
    <pre><em>container_not_void</em>:<em> </em><a
href="#container"><em>container</em></a><em> </em>/= <font
color="#008080"><em>Void</em></font><em>
empty_constraint</em>:<em> </em><a href="#container"><em>container</em></a>.<a
href="ds_linear.html#is_empty"><em>is_empty</em></a><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><a
href="#off"><em>off</em></a><em>
</em><font color="#008000">    -- (From </font><a
href="ds_cursor.html#invariant"><font color="#008000"><em>DS_CURSOR</em></font></a><font
color="#008000">.)</font></pre>
    <pre><em>after_constraint</em>:<em> </em><a href="#after"><em>after</em></a><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><a
href="#off"><em>off</em></a><em>
</em><font color="#008000">    -- (From </font><a
href="ds_linear_cursor.html#invariant"><font color="#008000"><em>DS_LINEAR_CURSOR</em></font></a><font
color="#008000">.)</font></pre>
    <pre><em>not_both</em>:<em> </em><font color="#000080"><em><strong>not</strong></em></font><em> </em>(<a
href="#after"><em>after</em></a><em> </em><font color="#000080"><em><strong>and</strong></em></font><em> </em><a
href="#before"><em>before</em></a>)<em>
before_constraint</em>:<em> </em><a href="#before"><em>before</em></a><em> </em><font
color="#000080"><em><strong>implies</strong></em></font><em> </em><a
href="#off"><em>off</em></a><em>
</em><font color="#008000">    -- (From </font><a
href="ds_bilinear_cursor.html#invariant"><font color="#008000"><em>DS_BILINEAR_CURSOR</em></font></a><font
color="#008000">.)</font></pre>
</blockquote>

<pre><font color="#000080"><em><strong>end</strong></em></font><font
color="#008000"> -- class DS_HASH_SET_CURSOR</font></pre>

<hr size="1">

<table border="0" width="100%">
    <tr>
        <td><address>
            <font size="2"><b>Copyright  2001</b></font><font
            size="1"><b>, </b></font><font size="2"><strong>Eric
            Bezault</strong></font><strong> </strong><font
            size="2"><br>
            <strong>mailto:</strong></font><a
            href="mailto:ericb@gobosoft.com"><font size="2">ericb@gobosoft.com</font></a><font
            size="2"><br>
            <strong>http:</strong></font><a
            href="http://www.gobosoft.com"><font size="2">//www.gobosoft.com</font></a><font
            size="2"><br>
            <strong>Last Updated:</strong> 6 April 2001</font><br>
            <!--webbot bot="PurpleText"
            preview="
$Date: 2001/04/06 16:12:47 $ 
$Revision: 1.1 $" --> 
        </address>
        </td>
        <td align="right" valign="top"><a
        href="http://www.gobosoft.com"><img
        src="../../image/home.gif" alt="Home" border="0"
        width="40" height="40"></a><a href="index.html"><img
        src="../../image/toc.gif" alt="Toc" border="0" width="40"
        height="40"></a><a href="ds_hash_set.html"><img
        src="../../image/previous.gif" alt="Previous" border="0"
        width="40" height="40"></a><a href="ds_hash_table.html"><img
        src="../../image/next.gif" alt="Next" border="0"
        width="40" height="40"></a></td>
    </tr>
</table>
</body>
</html>