0024166: Unable to create file with "Save" menu of voxeldemo Qt sample
[occt.git] / src / BOPDS / BOPDS_PassKeyMapHasher.cdl
CommitLineData
b311480e 1-- Created by: Peter KURNEV
4e57c75e 2-- Copyright (c) 2010-2012 OPEN CASCADE SAS
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--
7-- The content of this file is subject to the Open CASCADE Technology Public
8-- License Version 6.5 (the "License"). You may not use the content of this file
9-- except in compliance with the License. Please obtain a copy of the License
10-- at http://www.opencascade.org and read it completely before using this file.
11--
12-- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
13-- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
14--
15-- The Original Code and all software distributed under the License is
16-- distributed on an "AS IS" basis, without warranty of any kind, and the
17-- Initial Developer hereby disclaims all such warranties, including without
18-- limitation, any warranties of merchantability, fitness for a particular
19-- purpose or non-infringement. Please see the License for the specific terms
20-- and conditions governing the rights and limitations under the License.
21
7fd59977 22
4e57c75e 23class PassKeyMapHasher from BOPDS
7fd59977 24
25 ---Purpose:
26
27uses
4e57c75e 28 PassKey from BOPDS
7fd59977 29
30--raises
31
32is
33 HashCode(myclass;
4e57c75e 34 aPKey : PassKey from BOPDS;
7fd59977 35 Upper : Integer from Standard)
36 returns Integer from Standard;
4e57c75e 37 ---C++: inline
7fd59977 38
39 IsEqual(myclass;
4e57c75e 40 aPKey1 : PassKey from BOPDS;
41 aPKey2 : PassKey from BOPDS)
7fd59977 42 returns Boolean from Standard;
4e57c75e 43 ---C++: inline
44
45end PassKeyMapHasher;