Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / src / GEOM / GEOM_DataMapOfAsciiStringTransient.hxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 #ifndef _GEOM_DataMapOfAsciiStringTransient_HeaderFile
23 #define _GEOM_DataMapOfAsciiStringTransient_HeaderFile
24
25 #ifndef _TCollection_BasicMap_HeaderFile
26 #include <TCollection_BasicMap.hxx>
27 #endif
28 #ifndef _Handle_Standard_Transient_HeaderFile
29 #include <Handle_Standard_Transient.hxx>
30 #endif
31 #ifndef _Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_HeaderFile
32 #include <Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx>
33 #endif
34 #ifndef _Standard_Integer_HeaderFile
35 #include <Standard_Integer.hxx>
36 #endif
37 #ifndef _Standard_Boolean_HeaderFile
38 #include <Standard_Boolean.hxx>
39 #endif
40 class Standard_DomainError;
41 class Standard_NoSuchObject;
42 class TCollection_AsciiString;
43 class Standard_Transient;
44 class GEOM_DataMapNodeOfDataMapOfAsciiStringTransient;
45 class GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient;
46
47
48 #ifndef _Standard_HeaderFile
49 #include <Standard.hxx>
50 #endif
51 #ifndef _Standard_Macro_HeaderFile
52 #include <Standard_Macro.hxx>
53 #endif
54
55 class GEOM_DataMapOfAsciiStringTransient  : public TCollection_BasicMap {
56
57 public:
58
59     void* operator new(size_t,void* anAddress) 
60       {
61         return anAddress;
62       }
63     void* operator new(size_t size) 
64       { 
65         return Standard::Allocate(size); 
66       }
67     void  operator delete(void *anAddress) 
68       { 
69         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
70       }
71  // Methods PUBLIC
72  // 
73 Standard_EXPORT GEOM_DataMapOfAsciiStringTransient(const Standard_Integer NbBuckets = 1);
74 Standard_EXPORT   GEOM_DataMapOfAsciiStringTransient& Assign(const GEOM_DataMapOfAsciiStringTransient& Other) ;
75   GEOM_DataMapOfAsciiStringTransient& operator =(const GEOM_DataMapOfAsciiStringTransient& Other) 
76 {
77   return Assign(Other);
78 }
79
80 Standard_EXPORT   void ReSize(const Standard_Integer NbBuckets) ;
81 Standard_EXPORT   void Clear() ;
82 ~GEOM_DataMapOfAsciiStringTransient()
83 {
84   Clear();
85 }
86
87 Standard_EXPORT   Standard_Boolean Bind(const TCollection_AsciiString& K,const Handle(Standard_Transient)& I) ;
88 Standard_EXPORT   Standard_Boolean IsBound(const TCollection_AsciiString& K) const;
89 Standard_EXPORT   Standard_Boolean UnBind(const TCollection_AsciiString& K) ;
90 Standard_EXPORT  const Handle_Standard_Transient& Find(const TCollection_AsciiString& K) const;
91  const Handle_Standard_Transient& operator()(const TCollection_AsciiString& K) const
92 {
93   return Find(K);
94 }
95
96 Standard_EXPORT   Handle_Standard_Transient& ChangeFind(const TCollection_AsciiString& K) ;
97   Handle_Standard_Transient& operator()(const TCollection_AsciiString& K) 
98 {
99   return ChangeFind(K);
100 }
101
102
103
104
105
106
107 protected:
108
109  // Methods PROTECTED
110  // 
111
112
113  // Fields PROTECTED
114  //
115
116
117 private: 
118
119  // Methods PRIVATE
120  // 
121 Standard_EXPORT GEOM_DataMapOfAsciiStringTransient(const GEOM_DataMapOfAsciiStringTransient& Other);
122
123
124  // Fields PRIVATE
125  //
126
127
128 };
129
130
131
132
133
134 // other Inline functions and methods (like "C++: function call" methods)
135 //
136
137
138 #endif