Salome HOME
4f55b0e9902c90310a51cc6d9e4ad7368cd20a6f
[modules/smesh.git] / src / SMESHDS / SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh.hxx
1 // File generated by CPPExt (Value)
2 //                     Copyright (C) 1991,1995 by
3 //  
4 //                      MATRA DATAVISION, FRANCE
5 //  
6 // This software is furnished in accordance with the terms and conditions
7 // of the contract and with the inclusion of the above copyright notice.
8 // This software or any other copy thereof may not be provided or otherwise
9 // be made available to any other person. No title to an ownership of the
10 // software is hereby transferred.
11 //  
12 // At the termination of the contract, the software and all copies of this
13 // software must be deleted.
14
15 #ifndef _SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_HeaderFile
16 #define _SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_HeaderFile
17
18 #ifndef _TCollection_BasicMapIterator_HeaderFile
19 #include <TCollection_BasicMapIterator.hxx>
20 #endif
21 #ifndef _Standard_Integer_HeaderFile
22 #include <Standard_Integer.hxx>
23 #endif
24 #ifndef _Handle_SMESHDS_Mesh_HeaderFile
25 #include "Handle_SMESHDS_Mesh.hxx"
26 #endif
27 #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile
28 #include "Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx"
29 #endif
30 class Standard_NoSuchObject;
31 class SMESHDS_Mesh;
32 class TColStd_MapIntegerHasher;
33 class SMESHDS_DataMapOfIntegerMesh;
34 class SMESHDS_DataMapNodeOfDataMapOfIntegerMesh;
35
36
37 #ifndef _Standard_HeaderFile
38 #include <Standard.hxx>
39 #endif
40 #ifndef _Standard_Macro_HeaderFile
41 #include <Standard_Macro.hxx>
42 #endif
43
44 class SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh  : public TCollection_BasicMapIterator {
45
46 public:
47
48     inline void* operator new(size_t,void* anAddress) 
49       {
50         return anAddress;
51       }
52     inline void* operator new(size_t size) 
53       { 
54         return Standard::Allocate(size); 
55       }
56     inline void  operator delete(void *anAddress) 
57       { 
58         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
59       }
60 //    inline void  operator delete(void *anAddress, size_t size) 
61 //      { 
62 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
63 //      }
64  // Methods PUBLIC
65  // 
66 Standard_EXPORT SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh();
67 Standard_EXPORT SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh(const SMESHDS_DataMapOfIntegerMesh& aMap);
68 Standard_EXPORT   void Initialize(const SMESHDS_DataMapOfIntegerMesh& aMap) ;
69 Standard_EXPORT  const Standard_Integer& Key() const;
70 Standard_EXPORT  const Handle_SMESHDS_Mesh& Value() const;
71
72
73
74
75
76 protected:
77
78  // Methods PROTECTED
79  // 
80
81
82  // Fields PROTECTED
83  //
84
85
86 private: 
87
88  // Methods PRIVATE
89  // 
90
91
92  // Fields PRIVATE
93  //
94
95
96 };
97
98
99
100
101
102 // other inline functions and methods (like "C++: function call" methods)
103 //
104
105
106 #endif