Salome HOME
This commit was generated by cvs2git to create tag 'StableState1'.
[modules/geom.git] / src / NMTDS / NMTDS_MapIteratorOfMapOfPassKeyBoolean.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_MapIteratorOfMapOfPassKeyBoolean_HeaderFile
21 #define _NMTDS_MapIteratorOfMapOfPassKeyBoolean_HeaderFile
22
23 #ifndef _TCollection_BasicMapIterator_HeaderFile
24 #include <TCollection_BasicMapIterator.hxx>
25 #endif
26 #ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean_HeaderFile
27 #include <Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx>
28 #endif
29 class Standard_NoSuchObject;
30 class NMTDS_PassKeyBoolean;
31 class NMTDS_PassKeyMapHasher;
32 class NMTDS_MapOfPassKeyBoolean;
33 class NMTDS_StdMapNodeOfMapOfPassKeyBoolean;
34
35
36 #ifndef _Standard_HeaderFile
37 #include <Standard.hxx>
38 #endif
39 #ifndef _Standard_Macro_HeaderFile
40 #include <Standard_Macro.hxx>
41 #endif
42
43
44 class NMTDS_MapIteratorOfMapOfPassKeyBoolean  : public TCollection_BasicMapIterator {
45
46 public:
47
48     void* operator new(size_t,void* anAddress) 
49       {
50         return anAddress;
51       }
52     void* operator new(size_t size) 
53       { 
54         return Standard::Allocate(size); 
55       }
56     void  operator delete(void *anAddress) 
57       { 
58         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
59       }
60  // Methods PUBLIC
61  // 
62
63
64 Standard_EXPORT NMTDS_MapIteratorOfMapOfPassKeyBoolean();
65
66
67 Standard_EXPORT NMTDS_MapIteratorOfMapOfPassKeyBoolean(const NMTDS_MapOfPassKeyBoolean& aMap);
68
69
70 Standard_EXPORT   void Initialize(const NMTDS_MapOfPassKeyBoolean& aMap) ;
71
72
73 Standard_EXPORT  const NMTDS_PassKeyBoolean& Key() const;
74
75
76
77
78
79 protected:
80
81  // Methods PROTECTED
82  // 
83
84
85  // Fields PROTECTED
86  //
87
88
89 private: 
90
91  // Methods PRIVATE
92  // 
93
94
95  // Fields PRIVATE
96  //
97
98
99 };
100
101
102
103
104
105 // other Inline functions and methods (like "C++: function call" methods)
106 //
107
108
109 #endif