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
|
<!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_EQUALITY_TESTER</title>
</head>
<body bgcolor="#FFFFFF">
<table border="0" width="100%">
<tr>
<td><font size="6"><strong>Class DS_EQUALITY_TESTER</strong></font></td>
<td align="right"><a href="ds_dynamic_cursor.html"><img
src="../../image/previous.gif" alt="Previous" border="0"
width="40" height="40"></a><a href="ds_hash_set.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> "Equality testers"
</em></font><em>library: </em><font color="#800000"><em>"Gobo Eiffel Structure Library"
</em></font><em>author: </em><font color="#800000"><em>"Eric Bezault <</em></font><a
href="mailto:ericb@gobosoft.com"><font color="#800000"><em>ericb@gobosoft.com</em></font></a><font
color="#800000"><em>>"
</em></font><em>copyright: </em><font color="#800000"><em>"Copyright (c) 1999, Eric Bezault and others"
</em></font><em>license: </em><font color="#800000"><em> "Eiffel Forum Freeware License v1 (see forum.txt)"</em></font></pre>
</blockquote>
<pre><font color="#000080"><em><strong>class interface</strong></em></font></pre>
<blockquote>
<pre><em>DS_EQUALITY_TESTER </em>[<em>G</em>]</pre>
</blockquote>
<pre><font color="#000080"><em><strong>feature</strong></em></font><font
color="#008000"> -- Status report</font></pre>
<blockquote>
<pre><a name="test"><em>test</em></a><em> </em>(<em>v</em>,<em> u</em>:<em> G</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>v</em><font
color="#008000"> and </font><em>u</em><font color="#008000"> considered equal?
-- (Use </font><a
href="http://www.gobosoft.com/eiffel/nice/elks95/general.html#equal"><em>equal</em></a><font
color="#008000"> by default.)</font></pre>
</blockquote>
<pre><font color="#000080"><em><strong>end</strong></em></font><font
color="#008000"> -- class DS_EQUALITY_TESTER</font></pre>
<hr size="1">
<table border="0" width="100%">
<tr>
<td><address>
<font size="2"><b>Copyright 1999</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> 8 August 1999</font><br>
<!--webbot bot="PurpleText"
preview="
$Date: 2001/04/06 16:12:47 $
$Revision: 1.3 $"
-->
</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_dynamic_cursor.html"><img
src="../../image/previous.gif" alt="Previous" border="0"
width="40" height="40"></a><a href="ds_hash_set.html"><img
src="../../image/next.gif" alt="Next" border="0"
width="40" height="40"></a></td>
</tr>
</table>
</body>
</html>
|