summaryrefslogtreecommitdiff
path: root/src/BOPTools/BOPTools_CoupleOfIntegerMapHasher.cdl
blob: 6bf6bb53f68d14c9bfc2d2fecc87dc6c5aed5c85 (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
27
28
29
30
31
32
-- File:	BOPTools_CoupleOfIntegerMapHasher.cdl
-- Created:	Fri Dec  5 10:01:40 2003
-- Author:	Peter KURNEV
--		<pkv@irinox>
---Copyright:	 Matra Datavision 2003


class CoupleOfIntegerMapHasher from BOPTools 

	---Purpose: 

uses 
    CoupleOfInteger from BOPTools

--raises

is 
    HashCode(myclass;  
    	    aPKey : CoupleOfInteger from BOPTools;  
    	    Upper : Integer from Standard)  
    	returns Integer from Standard;
	
	
    IsEqual(myclass;  
    	    aPKey1 : CoupleOfInteger from BOPTools;  
    	    aPKey2 : CoupleOfInteger from BOPTools)  
    	returns Boolean from Standard;


--fields

end CoupleOfIntegerMapHasher;