Salome HOME
61cba228bf0a90fabd406b5acea91aa53322052e
[modules/geom.git] / src / NMTDS / NMTDS_StdMapNodeOfMapOfPassKeyBoolean.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 _NMTDS_StdMapNodeOfMapOfPassKeyBoolean_HeaderFile
23 #define _NMTDS_StdMapNodeOfMapOfPassKeyBoolean_HeaderFile
24
25 #ifndef _Standard_HeaderFile
26 #include <Standard.hxx>
27 #endif
28 #ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean_HeaderFile
29 #include <Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx>
30 #endif
31
32 #ifndef _NMTDS_PassKeyBoolean_HeaderFile
33 #include <NMTDS_PassKeyBoolean.hxx>
34 #endif
35 #ifndef _TCollection_MapNode_HeaderFile
36 #include <TCollection_MapNode.hxx>
37 #endif
38 #ifndef _TCollection_MapNodePtr_HeaderFile
39 #include <TCollection_MapNodePtr.hxx>
40 #endif
41 class NMTDS_PassKeyBoolean;
42 class NMTDS_PassKeyMapHasher;
43 class NMTDS_MapOfPassKeyBoolean;
44 class NMTDS_MapIteratorOfMapOfPassKeyBoolean;
45
46
47
48 class NMTDS_StdMapNodeOfMapOfPassKeyBoolean : public TCollection_MapNode {
49
50 public:
51  // Methods PUBLIC
52  // 
53
54 NMTDS_StdMapNodeOfMapOfPassKeyBoolean(const NMTDS_PassKeyBoolean& K,const TCollection_MapNodePtr& n);
55
56   NMTDS_PassKeyBoolean& Key() const;
57 //Standard_EXPORT ~NMTDS_StdMapNodeOfMapOfPassKeyBoolean();
58
59
60
61
62  // Type management
63  //
64  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
65  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
66
67 protected:
68
69  // Methods PROTECTED
70  // 
71
72
73  // Fields PROTECTED
74  //
75
76
77 private: 
78
79  // Methods PRIVATE
80  // 
81
82
83  // Fields PRIVATE
84  //
85 NMTDS_PassKeyBoolean myKey;
86
87
88 };
89
90 #define TheKey NMTDS_PassKeyBoolean
91 #define TheKey_hxx <NMTDS_PassKeyBoolean.hxx>
92 #define Hasher NMTDS_PassKeyMapHasher
93 #define Hasher_hxx <NMTDS_PassKeyMapHasher.hxx>
94 #define TCollection_StdMapNode NMTDS_StdMapNodeOfMapOfPassKeyBoolean
95 #define TCollection_StdMapNode_hxx <NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx>
96 #define TCollection_MapIterator NMTDS_MapIteratorOfMapOfPassKeyBoolean
97 #define TCollection_MapIterator_hxx <NMTDS_MapIteratorOfMapOfPassKeyBoolean.hxx>
98 #define Handle_TCollection_StdMapNode Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean
99 #define TCollection_StdMapNode_Type_() NMTDS_StdMapNodeOfMapOfPassKeyBoolean_Type_()
100 #define TCollection_Map NMTDS_MapOfPassKeyBoolean
101 #define TCollection_Map_hxx <NMTDS_MapOfPassKeyBoolean.hxx>
102
103 #include <TCollection_StdMapNode.lxx>
104
105 #undef TheKey
106 #undef TheKey_hxx
107 #undef Hasher
108 #undef Hasher_hxx
109 #undef TCollection_StdMapNode
110 #undef TCollection_StdMapNode_hxx
111 #undef TCollection_MapIterator
112 #undef TCollection_MapIterator_hxx
113 #undef Handle_TCollection_StdMapNode
114 #undef TCollection_StdMapNode_Type_
115 #undef TCollection_Map
116 #undef TCollection_Map_hxx
117
118
119 // other Inline functions and methods (like "C++: function call" methods)
120 //
121
122
123 #endif