Salome HOME
NRI : Change lGeometryClient by lGEOMClient.
[modules/smesh.git] / src / SMESHDS / SMESHDS_DataMapOfIntegerPtrHypothesis.hxx
1 // File generated by CPPExt (Value)
2 //                     Copyright (C) 1991,1995 by
3 //  
4 //                      MATRA DATAVISION, FRANCE
5 //  
6 // This software is furnished in accordance with the terms and conditions
7 // of the contract and with the inclusion of the above copyright notice.
8 // This software or any other copy thereof may not be provided or otherwise
9 // be made available to any other person. No title to an ownership of the
10 // software is hereby transferred.
11 //  
12 // At the termination of the contract, the software and all copies of this
13 // software must be deleted.
14
15 #ifndef _SMESHDS_DataMapOfIntegerPtrHypothesis_HeaderFile
16 #define _SMESHDS_DataMapOfIntegerPtrHypothesis_HeaderFile
17
18 #ifndef _TCollection_BasicMap_HeaderFile
19 #include <TCollection_BasicMap.hxx>
20 #endif
21 #ifndef _Standard_Integer_HeaderFile
22 #include <Standard_Integer.hxx>
23 #endif
24 #ifndef _SMESHDS_PtrHypothesis_HeaderFile
25 #include "SMESHDS_PtrHypothesis.hxx"
26 #endif
27 #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile
28 #include "Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx"
29 #endif
30 #ifndef _Standard_Boolean_HeaderFile
31 #include <Standard_Boolean.hxx>
32 #endif
33 class Standard_DomainError;
34 class Standard_NoSuchObject;
35 class TColStd_MapIntegerHasher;
36 class SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis;
37 class SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis;
38
39
40 #ifndef _Standard_HeaderFile
41 #include <Standard.hxx>
42 #endif
43 #ifndef _Standard_Macro_HeaderFile
44 #include <Standard_Macro.hxx>
45 #endif
46
47 class SMESHDS_DataMapOfIntegerPtrHypothesis  : public TCollection_BasicMap {
48
49 public:
50
51     inline void* operator new(size_t,void* anAddress) 
52       {
53         return anAddress;
54       }
55     inline void* operator new(size_t size) 
56       { 
57         return Standard::Allocate(size); 
58       }
59     inline void  operator delete(void *anAddress) 
60       { 
61         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
62       }
63 //    inline void  operator delete(void *anAddress, size_t size) 
64 //      { 
65 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
66 //      }
67  // Methods PUBLIC
68  // 
69 Standard_EXPORT SMESHDS_DataMapOfIntegerPtrHypothesis(const Standard_Integer NbBuckets = 1);
70 Standard_EXPORT   SMESHDS_DataMapOfIntegerPtrHypothesis& Assign(const SMESHDS_DataMapOfIntegerPtrHypothesis& Other) ;
71   SMESHDS_DataMapOfIntegerPtrHypothesis& operator =(const SMESHDS_DataMapOfIntegerPtrHypothesis& Other) 
72 {
73   return Assign(Other);
74 }
75
76 Standard_EXPORT   void ReSize(const Standard_Integer NbBuckets) ;
77 Standard_EXPORT   void Clear() ;
78 ~SMESHDS_DataMapOfIntegerPtrHypothesis()
79 {
80   Clear();
81 }
82
83 Standard_EXPORT   Standard_Boolean Bind(const Standard_Integer& K,const SMESHDS_PtrHypothesis& I) ;
84 Standard_EXPORT   Standard_Boolean IsBound(const Standard_Integer& K) const;
85 Standard_EXPORT   Standard_Boolean UnBind(const Standard_Integer& K) ;
86 Standard_EXPORT  const SMESHDS_PtrHypothesis& Find(const Standard_Integer& K) const;
87  const SMESHDS_PtrHypothesis& operator()(const Standard_Integer& K) const
88 {
89   return Find(K);
90 }
91
92 Standard_EXPORT   SMESHDS_PtrHypothesis& ChangeFind(const Standard_Integer& K) ;
93   SMESHDS_PtrHypothesis& operator()(const Standard_Integer& K) 
94 {
95   return ChangeFind(K);
96 }
97
98
99
100
101
102
103 protected:
104
105  // Methods PROTECTED
106  // 
107
108
109  // Fields PROTECTED
110  //
111
112
113 private: 
114
115  // Methods PRIVATE
116  // 
117 Standard_EXPORT SMESHDS_DataMapOfIntegerPtrHypothesis(const SMESHDS_DataMapOfIntegerPtrHypothesis& Other);
118
119
120  // Fields PRIVATE
121  //
122
123
124 };
125
126
127
128
129
130 // other inline functions and methods (like "C++: function call" methods)
131 //
132
133
134 #endif