0024023: Revamp the OCCT Handle -- ambiguity
[occt.git] / src / BOPDS / BOPDS_PassKeyMapHasher.cdl
CommitLineData
b311480e 1-- Created by: Peter KURNEV
973c2be1 2-- Copyright (c) 2010-2014 OPEN CASCADE SAS
4e57c75e 3-- Copyright (c) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
4-- Copyright (c) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT,
5-- EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
b311480e 6--
973c2be1 7-- This file is part of Open CASCADE Technology software library.
b311480e 8--
d5f74e42 9-- This library is free software; you can redistribute it and/or modify it under
10-- the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 11-- by the Free Software Foundation, with special exception defined in the file
12-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
13-- distribution for complete text of the license and disclaimer of any warranty.
b311480e 14--
973c2be1 15-- Alternatively, this file may be used under the terms of Open CASCADE
16-- commercial license or contractual agreement.
7fd59977 17
4e57c75e 18class PassKeyMapHasher from BOPDS
7fd59977 19
20 ---Purpose:
21
22uses
4e57c75e 23 PassKey from BOPDS
7fd59977 24
25--raises
26
27is
28 HashCode(myclass;
4e57c75e 29 aPKey : PassKey from BOPDS;
7fd59977 30 Upper : Integer from Standard)
31 returns Integer from Standard;
4e57c75e 32 ---C++: inline
7fd59977 33
34 IsEqual(myclass;
4e57c75e 35 aPKey1 : PassKey from BOPDS;
36 aPKey2 : PassKey from BOPDS)
7fd59977 37 returns Boolean from Standard;
4e57c75e 38 ---C++: inline
39
40end PassKeyMapHasher;