Salome HOME
Optimization of GetShapesOn<xxx> functionality
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_DataMapOfPassKeyInteger.hxx
1 // File generated by CPPExt (Value)
2 //
3 //                     Copyright (C) 1991 - 2000 by  
4 //                      Matra Datavision SA.  All rights reserved.
5 //  
6 //                     Copyright (C) 2001 - 2004 by
7 //                     Open CASCADE SA.  All rights reserved.
8 // 
9 // This file is part of the Open CASCADE Technology software.
10 //
11 // This software may be distributed and/or modified under the terms and
12 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
13 // and appearing in the file LICENSE included in the packaging of this file.
14 //  
15 // This software is distributed on an "AS IS" basis, without warranty of any
16 // kind, and Open CASCADE SA hereby disclaims all such warranties,
17 // including without limitation, any warranties of merchantability, fitness
18 // for a particular purpose or non-infringement. Please see the License for
19 // the specific terms and conditions governing rights and limitations under the
20 // License.
21
22 #ifndef _GEOMAlgo_DataMapOfPassKeyInteger_HeaderFile
23 #define _GEOMAlgo_DataMapOfPassKeyInteger_HeaderFile
24
25 #ifndef _TCollection_BasicMap_HeaderFile
26 #include <TCollection_BasicMap.hxx>
27 #endif
28 #ifndef _Standard_Integer_HeaderFile
29 #include <Standard_Integer.hxx>
30 #endif
31 #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
32 #include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
33 #endif
34 #ifndef _Standard_Boolean_HeaderFile
35 #include <Standard_Boolean.hxx>
36 #endif
37 class Standard_DomainError;
38 class Standard_NoSuchObject;
39 class GEOMAlgo_PassKey;
40 class GEOMAlgo_PassKeyMapHasher;
41 class GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger;
42 class GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger;
43
44
45 #ifndef _Standard_HeaderFile
46 #include <Standard.hxx>
47 #endif
48 #ifndef _Standard_Macro_HeaderFile
49 #include <Standard_Macro.hxx>
50 #endif
51
52 class GEOMAlgo_DataMapOfPassKeyInteger  : public TCollection_BasicMap {
53
54 public:
55
56     void* operator new(size_t,void* anAddress) 
57       {
58         return anAddress;
59       }
60     void* operator new(size_t size) 
61       { 
62         return Standard::Allocate(size); 
63       }
64     void  operator delete(void *anAddress) 
65       { 
66         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
67       }
68  // Methods PUBLIC
69  // 
70 Standard_EXPORT GEOMAlgo_DataMapOfPassKeyInteger(const Standard_Integer NbBuckets = 1);
71 Standard_EXPORT   GEOMAlgo_DataMapOfPassKeyInteger& Assign(const GEOMAlgo_DataMapOfPassKeyInteger& Other) ;
72   GEOMAlgo_DataMapOfPassKeyInteger& operator =(const GEOMAlgo_DataMapOfPassKeyInteger& Other) 
73 {
74   return Assign(Other);
75 }
76
77 Standard_EXPORT   void ReSize(const Standard_Integer NbBuckets) ;
78 Standard_EXPORT   void Clear() ;
79 ~GEOMAlgo_DataMapOfPassKeyInteger()
80 {
81   Clear();
82 }
83
84 Standard_EXPORT   Standard_Boolean Bind(const GEOMAlgo_PassKey& K,const Standard_Integer& I) ;
85 Standard_EXPORT   Standard_Boolean IsBound(const GEOMAlgo_PassKey& K) const;
86 Standard_EXPORT   Standard_Boolean UnBind(const GEOMAlgo_PassKey& K) ;
87 Standard_EXPORT  const Standard_Integer& Find(const GEOMAlgo_PassKey& K) const;
88  const Standard_Integer& operator()(const GEOMAlgo_PassKey& K) const
89 {
90   return Find(K);
91 }
92
93 Standard_EXPORT   Standard_Integer& ChangeFind(const GEOMAlgo_PassKey& K) ;
94   Standard_Integer& operator()(const GEOMAlgo_PassKey& K) 
95 {
96   return ChangeFind(K);
97 }
98
99
100
101
102
103
104 protected:
105
106  // Methods PROTECTED
107  // 
108
109
110  // Fields PROTECTED
111  //
112
113
114 private: 
115
116  // Methods PRIVATE
117  // 
118 Standard_EXPORT GEOMAlgo_DataMapOfPassKeyInteger(const GEOMAlgo_DataMapOfPassKeyInteger& Other);
119
120
121  // Fields PRIVATE
122  //
123
124
125 };
126
127
128
129
130
131 // other Inline functions and methods (like "C++: function call" methods)
132 //
133
134
135 #endif