]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOM/GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx
Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/geom.git] / src / GEOM / GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx
1
2 #ifndef _GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_HeaderFile
3 #define _GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_HeaderFile
4
5 #ifndef _TCollection_BasicMapIterator_HeaderFile
6 #include <TCollection_BasicMapIterator.hxx>
7 #endif
8 #ifndef _Handle_Standard_Transient_HeaderFile
9 #include <Handle_Standard_Transient.hxx>
10 #endif
11 #ifndef _Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_HeaderFile
12 #include <Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx>
13 #endif
14 class Standard_NoSuchObject;
15 class TCollection_AsciiString;
16 class Standard_Transient;
17 class GEOM_DataMapOfAsciiStringTransient;
18 class GEOM_DataMapNodeOfDataMapOfAsciiStringTransient;
19
20
21 #ifndef _Standard_HeaderFile
22 #include <Standard.hxx>
23 #endif
24 #ifndef _Standard_Macro_HeaderFile
25 #include <Standard_Macro.hxx>
26 #endif
27
28 class GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient  : public TCollection_BasicMapIterator {
29
30 public:
31
32     void* operator new(size_t,void* anAddress) 
33       {
34         return anAddress;
35       }
36     void* operator new(size_t size) 
37       { 
38         return Standard::Allocate(size); 
39       }
40     void  operator delete(void *anAddress) 
41       { 
42         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
43       }
44  // Methods PUBLIC
45  // 
46 Standard_EXPORT GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient();
47 Standard_EXPORT GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient(const GEOM_DataMapOfAsciiStringTransient& aMap);
48 Standard_EXPORT   void Initialize(const GEOM_DataMapOfAsciiStringTransient& aMap) ;
49 Standard_EXPORT  const TCollection_AsciiString& Key() const;
50 Standard_EXPORT  const Handle_Standard_Transient& Value() const;
51
52
53
54
55
56 protected:
57
58  // Methods PROTECTED
59  // 
60
61
62  // Fields PROTECTED
63  //
64
65
66 private: 
67
68  // Methods PRIVATE
69  // 
70
71
72  // Fields PRIVATE
73  //
74
75
76 };
77
78
79
80
81
82 // other Inline functions and methods (like "C++: function call" methods)
83 //
84
85
86 #endif