]> SALOME platform Git repositories - modules/geom.git/blob - src/NMTDS/NMTDS_StdMapNodeOfMapOfPairBoolean.hxx
Salome HOME
Added help page and revert some changes for a better ergonomy
[modules/geom.git] / src / NMTDS / NMTDS_StdMapNodeOfMapOfPairBoolean.hxx
1 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE\r
2 //\r
3 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,\r
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS\r
5 //\r
6 // This library is free software; you can redistribute it and/or\r
7 // modify it under the terms of the GNU Lesser General Public\r
8 // License as published by the Free Software Foundation; either\r
9 // version 2.1 of the License.\r
10 //\r
11 // This library is distributed in the hope that it will be useful,\r
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
14 // Lesser General Public License for more details.\r
15 //\r
16 // You should have received a copy of the GNU Lesser General Public\r
17 // License along with this library; if not, write to the Free Software\r
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
19 //\r
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
21 \r
22 #ifndef _NMTDS_StdMapNodeOfMapOfPairBoolean_HeaderFile\r
23 #define _NMTDS_StdMapNodeOfMapOfPairBoolean_HeaderFile\r
24 \r
25 #ifndef _Standard_HeaderFile\r
26 #include <Standard.hxx>\r
27 #endif\r
28 #ifndef _Standard_DefineHandle_HeaderFile\r
29 #include <Standard_DefineHandle.hxx>\r
30 #endif\r
31 #ifndef _Handle_NMTDS_StdMapNodeOfMapOfPairBoolean_HeaderFile\r
32 #include <Handle_NMTDS_StdMapNodeOfMapOfPairBoolean.hxx>\r
33 #endif\r
34 \r
35 #ifndef _NMTDS_PairBoolean_HeaderFile\r
36 #include <NMTDS_PairBoolean.hxx>\r
37 #endif\r
38 #ifndef _TCollection_MapNode_HeaderFile\r
39 #include <TCollection_MapNode.hxx>\r
40 #endif\r
41 #ifndef _TCollection_MapNodePtr_HeaderFile\r
42 #include <TCollection_MapNodePtr.hxx>\r
43 #endif\r
44 class NMTDS_PairBoolean;\r
45 class NMTDS_PairMapHasher;\r
46 class NMTDS_MapOfPairBoolean;\r
47 class NMTDS_MapIteratorOfMapOfPairBoolean;\r
48 \r
49 \r
50 \r
51 class NMTDS_StdMapNodeOfMapOfPairBoolean : public TCollection_MapNode {\r
52 \r
53 public:\r
54 \r
55   \r
56       NMTDS_StdMapNodeOfMapOfPairBoolean(const NMTDS_PairBoolean& K,const TCollection_MapNodePtr& n);\r
57   \r
58         NMTDS_PairBoolean& Key() const;\r
59 \r
60 \r
61 \r
62 \r
63   DEFINE_STANDARD_RTTI(NMTDS_StdMapNodeOfMapOfPairBoolean)\r
64 \r
65 protected:\r
66 \r
67 \r
68 \r
69 \r
70 private: \r
71 \r
72 \r
73 NMTDS_PairBoolean myKey;\r
74 \r
75 \r
76 };\r
77 \r
78 #define TheKey NMTDS_PairBoolean\r
79 #define TheKey_hxx <NMTDS_PairBoolean.hxx>\r
80 #define Hasher NMTDS_PairMapHasher\r
81 #define Hasher_hxx <NMTDS_PairMapHasher.hxx>\r
82 #define TCollection_StdMapNode NMTDS_StdMapNodeOfMapOfPairBoolean\r
83 #define TCollection_StdMapNode_hxx <NMTDS_StdMapNodeOfMapOfPairBoolean.hxx>\r
84 #define TCollection_MapIterator NMTDS_MapIteratorOfMapOfPairBoolean\r
85 #define TCollection_MapIterator_hxx <NMTDS_MapIteratorOfMapOfPairBoolean.hxx>\r
86 #define Handle_TCollection_StdMapNode Handle_NMTDS_StdMapNodeOfMapOfPairBoolean\r
87 #define TCollection_StdMapNode_Type_() NMTDS_StdMapNodeOfMapOfPairBoolean_Type_()\r
88 #define TCollection_Map NMTDS_MapOfPairBoolean\r
89 #define TCollection_Map_hxx <NMTDS_MapOfPairBoolean.hxx>\r
90 \r
91 #include <TCollection_StdMapNode.lxx>\r
92 \r
93 #undef TheKey\r
94 #undef TheKey_hxx\r
95 #undef Hasher\r
96 #undef Hasher_hxx\r
97 #undef TCollection_StdMapNode\r
98 #undef TCollection_StdMapNode_hxx\r
99 #undef TCollection_MapIterator\r
100 #undef TCollection_MapIterator_hxx\r
101 #undef Handle_TCollection_StdMapNode\r
102 #undef TCollection_StdMapNode_Type_\r
103 #undef TCollection_Map\r
104 #undef TCollection_Map_hxx\r
105 \r
106 \r
107 // other Inline functions and methods (like "C++: function call" methods)\r
108 \r
109 \r
110 #endif\r