blob: eb782be8607520f2bbfd6300741a6d3bfa2c9d05 (
plain)
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
|
-- File: MAT2d_MapBiIntHasher.cdl
-- Created: Fri Nov 19 12:14:13 1993
-- Author: Yves FRICAUD
-- <yfr@phylox>
---Copyright: Matra Datavision 1993
class MapBiIntHasher from MAT2d
---Purpose:
uses
BiInt from MAT2d
is
HashCode(myclass;
Key1 : BiInt from MAT2d;
Upper : Integer )
---C++: inline
returns Integer;
IsEqual(myclass; Key1, Key2 : BiInt from MAT2d)
---C++: inline
returns Boolean;
end MapBiIntHasher;
|