Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/gui.git] / src / OBJECT / SALOME_DataMapOfIOMapOfInteger.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 //  SALOME SALOMEGUI : implementation of desktop and GUI kernel
23 //  File   : SALOME_DataMapOfIOMapOfInteger.hxx
24 //  Module : SALOME
25 //
26 #ifndef _SALOME_DataMapOfIOMapOfInteger_HeaderFile
27 #define _SALOME_DataMapOfIOMapOfInteger_HeaderFile
28
29 #ifndef _TCollection_BasicMap_HeaderFile
30 #include <TCollection_BasicMap.hxx>
31 #endif
32 #ifndef _Handle_SALOME_InteractiveObject_HeaderFile
33 #include "Handle_SALOME_InteractiveObject.hxx"
34 #endif
35 #ifndef _Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_HeaderFile
36 #include "Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx"
37 #endif
38 #ifndef _Standard_Integer_HeaderFile
39 #include <Standard_Integer.hxx>
40 #endif
41 #ifndef _Standard_Boolean_HeaderFile
42 #include <Standard_Boolean.hxx>
43 #endif
44 class Standard_DomainError;
45 class Standard_NoSuchObject;
46 class SALOME_InteractiveObject;
47 class TColStd_IndexedMapOfInteger;
48 class TColStd_MapTransientHasher;
49 class SALOME_DataMapNodeOfDataMapOfIOMapOfInteger;
50 class SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger;
51
52
53 #ifndef _Standard_HeaderFile
54 #include <Standard.hxx>
55 #endif
56 #ifndef _Standard_Macro_HeaderFile
57 #include <Standard_Macro.hxx>
58 #endif
59
60 class SALOME_DataMapOfIOMapOfInteger  : public TCollection_BasicMap {
61
62 public:
63
64     inline void* operator new(size_t,void* anAddress) 
65       {
66         return anAddress;
67       }
68     inline void* operator new(size_t size) 
69       { 
70         return Standard::Allocate(size); 
71       }
72     inline void  operator delete(void *anAddress) 
73       { 
74         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
75       }
76 //    inline void  operator delete(void *anAddress, size_t size) 
77 //      { 
78 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
79 //      }
80  // Methods PUBLIC
81  // 
82 Standard_EXPORT SALOME_DataMapOfIOMapOfInteger(const Standard_Integer NbBuckets = 1);
83 Standard_EXPORT   SALOME_DataMapOfIOMapOfInteger& Assign(const SALOME_DataMapOfIOMapOfInteger& Other) ;
84   SALOME_DataMapOfIOMapOfInteger& operator =(const SALOME_DataMapOfIOMapOfInteger& Other) 
85 {
86   return Assign(Other);
87 }
88
89 Standard_EXPORT   void ReSize(const Standard_Integer NbBuckets) ;
90 Standard_EXPORT   void Clear() ;
91 ~SALOME_DataMapOfIOMapOfInteger()
92 {
93   Clear();
94 }
95
96 Standard_EXPORT   Standard_Boolean Bind(const Handle(SALOME_InteractiveObject)& K,const TColStd_IndexedMapOfInteger& I) ;
97 Standard_EXPORT   Standard_Boolean IsBound(const Handle(SALOME_InteractiveObject)& K) const;
98 Standard_EXPORT   Standard_Boolean UnBind(const Handle(SALOME_InteractiveObject)& K) ;
99 Standard_EXPORT  const TColStd_IndexedMapOfInteger& Find(const Handle(SALOME_InteractiveObject)& K) const;
100  const TColStd_IndexedMapOfInteger& operator()(const Handle(SALOME_InteractiveObject)& K) const
101 {
102   return Find(K);
103 }
104
105 Standard_EXPORT   TColStd_IndexedMapOfInteger& ChangeFind(const Handle(SALOME_InteractiveObject)& K) ;
106   TColStd_IndexedMapOfInteger& operator()(const Handle(SALOME_InteractiveObject)& K) 
107 {
108   return ChangeFind(K);
109 }
110
111
112
113
114
115
116 protected:
117
118  // Methods PROTECTED
119  // 
120
121
122  // Fields PROTECTED
123  //
124
125
126 private: 
127
128  // Methods PRIVATE
129  // 
130 Standard_EXPORT SALOME_DataMapOfIOMapOfInteger(const SALOME_DataMapOfIOMapOfInteger& Other);
131
132
133  // Fields PRIVATE
134  //
135
136
137 };
138
139
140
141
142
143 // other inline functions and methods (like "C++: function call" methods)
144 //
145
146
147 #endif