Salome HOME
Bug fixed: if 'splash' parameter is not set, then application crashed. Now OK.
[modules/gui.git] / src / OBJECT / SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx
1 //  SALOME SALOMEGUI : implementation of desktop and GUI kernel
2 //
3 //  Copyright (C) 2003  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 //
22 //
23 //
24 //  File   : SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx
25 //  Module : SALOME
26
27 #ifndef _SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_HeaderFile
28 #define _SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_HeaderFile
29
30 #ifndef _Standard_HeaderFile
31 #include <Standard.hxx>
32 #endif
33 #ifndef _Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_HeaderFile
34 #include <Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx>
35 #endif
36
37 #ifndef _Handle_SALOME_InteractiveObject_HeaderFile
38 #include <Handle_SALOME_InteractiveObject.hxx>
39 #endif
40 #ifndef _TColStd_IndexedMapOfInteger_HeaderFile
41 #include <TColStd_IndexedMapOfInteger.hxx>
42 #endif
43 #ifndef _TCollection_MapNode_HeaderFile
44 #include <TCollection_MapNode.hxx>
45 #endif
46 #ifndef _TCollection_MapNodePtr_HeaderFile
47 #include <TCollection_MapNodePtr.hxx>
48 #endif
49 class SALOME_InteractiveObject;
50 class TColStd_IndexedMapOfInteger;
51 class TColStd_MapTransientHasher;
52 class SALOME_DataMapOfIOMapOfInteger;
53 class SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger;
54
55
56 class SALOME_DataMapNodeOfDataMapOfIOMapOfInteger : public TCollection_MapNode {
57
58 public:
59
60     inline void* operator new(size_t,void* anAddress) 
61       {
62         return anAddress;
63       }
64     inline void* operator new(size_t size) 
65       { 
66         return Standard::Allocate(size); 
67       }
68     inline void  operator delete(void *anAddress) 
69       { 
70         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
71       }
72 //    inline void  operator delete(void *anAddress, size_t size) 
73 //      { 
74 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
75 //      }
76  // Methods PUBLIC
77  // 
78 Standard_EXPORT inline SALOME_DataMapNodeOfDataMapOfIOMapOfInteger(const Handle(SALOME_InteractiveObject)& K,const TColStd_IndexedMapOfInteger& I,const TCollection_MapNodePtr& n);
79 Standard_EXPORT inline   Handle_SALOME_InteractiveObject& Key() const;
80 Standard_EXPORT inline   TColStd_IndexedMapOfInteger& Value() const;
81 Standard_EXPORT ~SALOME_DataMapNodeOfDataMapOfIOMapOfInteger();
82
83
84
85
86  // Type management
87  //
88  Standard_EXPORT friend Handle_Standard_Type& SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_Type_();
89  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
90  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
91
92 protected:
93
94  // Methods PROTECTED
95  // 
96
97
98  // Fields PROTECTED
99  //
100
101
102 private: 
103
104  // Methods PRIVATE
105  // 
106
107
108  // Fields PRIVATE
109  //
110 Handle_SALOME_InteractiveObject myKey;
111 TColStd_IndexedMapOfInteger myValue;
112
113
114 };
115
116 #define TheKey Handle_SALOME_InteractiveObject
117 #define TheKey_hxx "SALOME_InteractiveObject.hxx"
118 #define TheItem TColStd_IndexedMapOfInteger
119 #define TheItem_hxx <TColStd_IndexedMapOfInteger.hxx>
120 #define Hasher TColStd_MapTransientHasher
121 #define Hasher_hxx <TColStd_MapTransientHasher.hxx>
122 #define TCollection_DataMapNode SALOME_DataMapNodeOfDataMapOfIOMapOfInteger
123 #define TCollection_DataMapNode_hxx "SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx"
124 #define TCollection_DataMapIterator SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger
125 #define TCollection_DataMapIterator_hxx "SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx"
126 #define Handle_TCollection_DataMapNode Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger
127 #define TCollection_DataMapNode_Type_() SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_Type_()
128 #define TCollection_DataMap SALOME_DataMapOfIOMapOfInteger
129 #define TCollection_DataMap_hxx "SALOME_DataMapOfIOMapOfInteger.hxx"
130
131 #include <TCollection_DataMapNode.lxx>
132
133 #undef TheKey
134 #undef TheKey_hxx
135 #undef TheItem
136 #undef TheItem_hxx
137 #undef Hasher
138 #undef Hasher_hxx
139 #undef TCollection_DataMapNode
140 #undef TCollection_DataMapNode_hxx
141 #undef TCollection_DataMapIterator
142 #undef TCollection_DataMapIterator_hxx
143 #undef Handle_TCollection_DataMapNode
144 #undef TCollection_DataMapNode_Type_
145 #undef TCollection_DataMap
146 #undef TCollection_DataMap_hxx
147
148
149 // other inline functions and methods (like "C++: function call" methods)
150 //
151
152
153 #endif