Salome HOME
Mantis issue 0020706: EDF 1263 GEOM: Suppress faces does notremove faces and adds...
[modules/geom.git] / src / NMTDS / NMTDS_StdMapNodeOfMapOfPassKey.hxx
1 // File generated by CPPExt (Transient)
2 //
3 //
4 //                     Copyright (C) 1991 - 2000 by  
5 //                      Matra Datavision SA.  All rights reserved.
6 //  
7 //                     Copyright (C) 2001 - 2004 by
8 //                     Open CASCADE SA.  All rights reserved.
9 // 
10 // This file is part of the Open CASCADE Technology software.
11 //
12 // This software may be distributed and/or modified under the terms and
13 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
14 // and appearing in the file LICENSE included in the packaging of this file.
15 //  
16 // This software is distributed on an "AS IS" basis, without warranty of any
17 // kind, and Open CASCADE SA hereby disclaims all such warranties,
18 // including without limitation, any warranties of merchantability, fitness
19 // for a particular purpose or non-infringement. Please see the License for
20 // the specific terms and conditions governing rights and limitations under the
21 // License.
22
23 #ifndef _NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
24 #define _NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
30 #include <Handle_NMTDS_StdMapNodeOfMapOfPassKey.hxx>
31 #endif
32
33 #ifndef _NMTDS_PassKey_HeaderFile
34 #include <NMTDS_PassKey.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 NMTDS_PassKey;
43 class NMTDS_PassKeyMapHasher;
44 class NMTDS_MapOfPassKey;
45 class NMTDS_MapIteratorOfMapOfPassKey;
46
47
48
49 class NMTDS_StdMapNodeOfMapOfPassKey : public TCollection_MapNode {
50
51 public:
52  // Methods PUBLIC
53  // 
54
55 NMTDS_StdMapNodeOfMapOfPassKey(const NMTDS_PassKey& K,const TCollection_MapNodePtr& n);
56
57   NMTDS_PassKey& Key() const;
58 //Standard_EXPORT ~NMTDS_StdMapNodeOfMapOfPassKey();
59
60
61
62
63  // Type management
64  //
65  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
66  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
67
68 protected:
69
70  // Methods PROTECTED
71  // 
72
73
74  // Fields PROTECTED
75  //
76
77
78 private: 
79
80  // Methods PRIVATE
81  // 
82
83
84  // Fields PRIVATE
85  //
86 NMTDS_PassKey myKey;
87
88
89 };
90
91 #define TheKey NMTDS_PassKey
92 #define TheKey_hxx <NMTDS_PassKey.hxx>
93 #define Hasher NMTDS_PassKeyMapHasher
94 #define Hasher_hxx <NMTDS_PassKeyMapHasher.hxx>
95 #define TCollection_MapIterator NMTDS_MapIteratorOfMapOfPassKey
96 #define TCollection_MapIterator_hxx <NMTDS_MapIteratorOfMapOfPassKey.hxx>
97 #define TCollection_StdMapNode NMTDS_StdMapNodeOfMapOfPassKey
98 #define TCollection_StdMapNode_hxx <NMTDS_StdMapNodeOfMapOfPassKey.hxx>
99 #define Handle_TCollection_StdMapNode Handle_NMTDS_StdMapNodeOfMapOfPassKey
100 #define TCollection_StdMapNode_Type_() NMTDS_StdMapNodeOfMapOfPassKey_Type_()
101 #define TCollection_Map NMTDS_MapOfPassKey
102 #define TCollection_Map_hxx <NMTDS_MapOfPassKey.hxx>
103
104 #include <TCollection_StdMapNode.lxx>
105
106 #undef TheKey
107 #undef TheKey_hxx
108 #undef Hasher
109 #undef Hasher_hxx
110 #undef TCollection_MapIterator
111 #undef TCollection_MapIterator_hxx
112 #undef TCollection_StdMapNode
113 #undef TCollection_StdMapNode_hxx
114 #undef Handle_TCollection_StdMapNode
115 #undef TCollection_StdMapNode_Type_
116 #undef TCollection_Map
117 #undef TCollection_Map_hxx
118
119
120 // other Inline functions and methods (like "C++: function call" methods)
121 //
122
123
124 #endif