Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / NMTDS / NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 //
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
8 //
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 #ifndef _NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger_HeaderFile
21 #define _NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger_HeaderFile
22
23 #ifndef _Standard_HeaderFile
24 #include <Standard.hxx>
25 #endif
26 #ifndef _Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger_HeaderFile
27 #include <Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx>
28 #endif
29
30 #ifndef _Standard_Integer_HeaderFile
31 #include <Standard_Integer.hxx>
32 #endif
33 #ifndef _TColStd_MapOfInteger_HeaderFile
34 #include <TColStd_MapOfInteger.hxx>
35 #endif
36 #ifndef _TCollection_MapNode_HeaderFile
37 #include <TCollection_MapNode.hxx>
38 #endif
39 #ifndef _TCollection_MapNodePtr_HeaderFile
40 #include <TCollection_MapNodePtr.hxx>
41 #endif
42 class TColStd_MapOfInteger;
43 class TColStd_MapIntegerHasher;
44 class NMTDS_DataMapOfIntegerMapOfInteger;
45 class NMTDS_DataMapIteratorOfDataMapOfIntegerMapOfInteger;
46
47
48
49 class NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger : public TCollection_MapNode {
50
51 public:
52  // Methods PUBLIC
53  // 
54
55 NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger(const Standard_Integer& K,const TColStd_MapOfInteger& I,const TCollection_MapNodePtr& n);
56
57   Standard_Integer& Key() const;
58
59   TColStd_MapOfInteger& Value() const;
60 //Standard_EXPORT ~NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger();
61
62
63
64
65  // Type management
66  //
67  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
68  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
69
70 protected:
71
72  // Methods PROTECTED
73  // 
74
75
76  // Fields PROTECTED
77  //
78
79
80 private: 
81
82  // Methods PRIVATE
83  // 
84
85
86  // Fields PRIVATE
87  //
88 Standard_Integer myKey;
89 TColStd_MapOfInteger myValue;
90
91
92 };
93
94 #define TheKey Standard_Integer
95 #define TheKey_hxx <Standard_Integer.hxx>
96 #define TheItem TColStd_MapOfInteger
97 #define TheItem_hxx <TColStd_MapOfInteger.hxx>
98 #define Hasher TColStd_MapIntegerHasher
99 #define Hasher_hxx <TColStd_MapIntegerHasher.hxx>
100 #define TCollection_DataMapNode NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger
101 #define TCollection_DataMapNode_hxx <NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx>
102 #define TCollection_DataMapIterator NMTDS_DataMapIteratorOfDataMapOfIntegerMapOfInteger
103 #define TCollection_DataMapIterator_hxx <NMTDS_DataMapIteratorOfDataMapOfIntegerMapOfInteger.hxx>
104 #define Handle_TCollection_DataMapNode Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger
105 #define TCollection_DataMapNode_Type_() NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger_Type_()
106 #define TCollection_DataMap NMTDS_DataMapOfIntegerMapOfInteger
107 #define TCollection_DataMap_hxx <NMTDS_DataMapOfIntegerMapOfInteger.hxx>
108
109 #include <TCollection_DataMapNode.lxx>
110
111 #undef TheKey
112 #undef TheKey_hxx
113 #undef TheItem
114 #undef TheItem_hxx
115 #undef Hasher
116 #undef Hasher_hxx
117 #undef TCollection_DataMapNode
118 #undef TCollection_DataMapNode_hxx
119 #undef TCollection_DataMapIterator
120 #undef TCollection_DataMapIterator_hxx
121 #undef Handle_TCollection_DataMapNode
122 #undef TCollection_DataMapNode_Type_
123 #undef TCollection_DataMap
124 #undef TCollection_DataMap_hxx
125
126
127 // other Inline functions and methods (like "C++: function call" methods)
128 //
129
130
131 #endif