Salome HOME
Preparation of 3.1.0a2 - compilation error on Fedora3 platform
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_DataMapNodeOfDataMapStringLabel.hxx
1 //  SALOME SALOMEDS : data structure of SALOME and sources of Salome data server 
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   : SALOMEDS_DataMapNodeOfDataMapStringLabel.hxx
25 //  Author : Yves FRICAUD
26 //  Module : SALOME
27 //  $Header$
28
29 #ifndef _SALOMEDS_DataMapNodeOfDataMapStringLabel_HeaderFile
30 #define _SALOMEDS_DataMapNodeOfDataMapStringLabel_HeaderFile
31
32 #ifndef _Standard_HeaderFile
33 #include <Standard.hxx>
34 #endif
35 #ifndef _Handle_SALOMEDS_DataMapNodeOfDataMapStringLabel_HeaderFile
36 #include <Handle_SALOMEDS_DataMapNodeOfDataMapStringLabel.hxx>
37 #endif
38
39 #ifndef _TCollection_ExtendedString_HeaderFile
40 #include <TCollection_ExtendedString.hxx>
41 #endif
42 #ifndef _TDF_Label_HeaderFile
43 #include <TDF_Label.hxx>
44 #endif
45 #ifndef _TCollection_MapNode_HeaderFile
46 #include <TCollection_MapNode.hxx>
47 #endif
48 #ifndef _TCollection_MapNodePtr_HeaderFile
49 #include <TCollection_MapNodePtr.hxx>
50 #endif
51 class TCollection_ExtendedString;
52 class TDF_Label;
53 class SALOMEDS_DataMapStringLabel;
54 class SALOMEDS_DataMapIteratorOfDataMapStringLabel;
55
56
57 class SALOMEDS_DataMapNodeOfDataMapStringLabel : public TCollection_MapNode {
58
59 public:
60
61     inline void* operator new(size_t,void* anAddress) 
62       {
63         return anAddress;
64       }
65     inline void* operator new(size_t size) 
66       { 
67         return Standard::Allocate(size); 
68       }
69     inline void  operator delete(void *anAddress) 
70       { 
71         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
72       }
73 //    inline void  operator delete(void *anAddress, size_t size) 
74 //      { 
75 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
76 //      }
77  // Methods PUBLIC
78  // 
79 Standard_EXPORT inline SALOMEDS_DataMapNodeOfDataMapStringLabel(const TCollection_ExtendedString& K,const TDF_Label& I,const TCollection_MapNodePtr& n);
80 Standard_EXPORT inline   TCollection_ExtendedString& Key() const;
81 Standard_EXPORT inline   TDF_Label& Value() const;
82 Standard_EXPORT ~SALOMEDS_DataMapNodeOfDataMapStringLabel();
83
84
85
86
87  // Type management
88  //
89  Standard_EXPORT friend Handle_Standard_Type& SALOMEDS_DataMapNodeOfDataMapStringLabel_Type_();
90  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
91  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
92
93 protected:
94
95  // Methods PROTECTED
96  // 
97
98
99  // Fields PROTECTED
100  //
101
102
103 private: 
104
105  // Methods PRIVATE
106  // 
107
108
109  // Fields PRIVATE
110  //
111 TCollection_ExtendedString myKey;
112 TDF_Label myValue;
113
114
115 };
116
117 #define TheKey TCollection_ExtendedString
118 #define TheKey_hxx <TCollection_ExtendedString.hxx>
119 #define TheItem TDF_Label
120 #define TheItem_hxx <TDF_Label.hxx>
121 #define Hasher TCollection_ExtendedString
122 #define Hasher_hxx <TCollection_ExtendedString.hxx>
123 #define TCollection_DataMapNode SALOMEDS_DataMapNodeOfDataMapStringLabel
124 #define TCollection_DataMapNode_hxx "SALOMEDS_DataMapNodeOfDataMapStringLabel.hxx"
125 #define TCollection_DataMapIterator SALOMEDS_DataMapIteratorOfDataMapStringLabel
126 #define TCollection_DataMapIterator_hxx "SALOMEDS_DataMapIteratorOfDataMapStringLabel.hxx"
127 #define Handle_TCollection_DataMapNode Handle_SALOMEDS_DataMapNodeOfDataMapStringLabel
128 #define TCollection_DataMapNode_Type_() SALOMEDS_DataMapNodeOfDataMapStringLabel_Type_()
129 #define TCollection_DataMap SALOMEDS_DataMapStringLabel
130 #define TCollection_DataMap_hxx "SALOMEDS_DataMapStringLabel.hxx"
131
132 #include <TCollection_DataMapNode.lxx>
133
134 #undef TheKey
135 #undef TheKey_hxx
136 #undef TheItem
137 #undef TheItem_hxx
138 #undef Hasher
139 #undef Hasher_hxx
140 #undef TCollection_DataMapNode
141 #undef TCollection_DataMapNode_hxx
142 #undef TCollection_DataMapIterator
143 #undef TCollection_DataMapIterator_hxx
144 #undef Handle_TCollection_DataMapNode
145 #undef TCollection_DataMapNode_Type_
146 #undef TCollection_DataMap
147 #undef TCollection_DataMap_hxx
148
149
150 // other inline functions and methods (like "C++: function call" methods)
151 //
152
153
154 #endif