Salome HOME
NRI : Add message (GUI lib not found).
[modules/kernel.git] / src / SALOMEGUI / SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx
1 using namespace std;
2 // File generated by CPPExt (Transient)
3 //                     Copyright (C) 1991,1995 by
4 //  
5 //                      MATRA DATAVISION, FRANCE
6 //  
7 // This software is furnished in accordance with the terms and conditions
8 // of the contract and with the inclusion of the above copyright notice.
9 // This software or any other copy thereof may not be provided or otherwise
10 // be made available to any other person. No title to an ownership of the
11 // software is hereby transferred.
12 //  
13 // At the termination of the contract, the software and all copies of this
14 // software must be deleted.
15 //
16 #include "SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx"
17
18 #ifndef _Standard_TypeMismatch_HeaderFile
19 #include <Standard_TypeMismatch.hxx>
20 #endif
21
22 #ifndef _SALOME_InteractiveObject_HeaderFile
23 #include "SALOME_InteractiveObject.hxx"
24 #endif
25 #ifndef _TColStd_MapOfInteger_HeaderFile
26 #include <TColStd_MapOfInteger.hxx>
27 #endif
28 #ifndef _TColStd_MapTransientHasher_HeaderFile
29 #include <TColStd_MapTransientHasher.hxx>
30 #endif
31 #ifndef _SALOME_DataMapOfIOMapOfInteger_HeaderFile
32 #include "SALOME_DataMapOfIOMapOfInteger.hxx"
33 #endif
34 #ifndef _SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger_HeaderFile
35 #include "SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx"
36 #endif
37 SALOME_DataMapNodeOfDataMapOfIOMapOfInteger::~SALOME_DataMapNodeOfDataMapOfIOMapOfInteger() {}
38  
39
40
41 Standard_EXPORT Handle_Standard_Type& SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_Type_()
42 {
43
44     static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
45   if ( aType1.IsNull()) aType1 = STANDARD_TYPE(TCollection_MapNode);
46   static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
47   if ( aType2.IsNull()) aType2 = STANDARD_TYPE(MMgt_TShared);
48   static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
49   if ( aType3.IsNull()) aType3 = STANDARD_TYPE(Standard_Transient);
50  
51
52   static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
53   static Handle_Standard_Type _aType = new Standard_Type("SALOME_DataMapNodeOfDataMapOfIOMapOfInteger",
54                                                          sizeof(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger),
55                                                          1,
56                                                          (Standard_Address)_Ancestors,
57                                                          (Standard_Address)NULL);
58
59   return _aType;
60 }
61
62
63 // DownCast method
64 //   allow safe downcasting
65 //
66 const Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger) Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger)::DownCast(const Handle(Standard_Transient)& AnObject) 
67 {
68   Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger) _anOtherObject;
69
70   if (!AnObject.IsNull()) {
71      if (AnObject->IsKind(STANDARD_TYPE(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger))) {
72        _anOtherObject = Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger)((Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger)&)AnObject);
73      }
74   }
75
76   return _anOtherObject ;
77 }
78 const Handle(Standard_Type)& SALOME_DataMapNodeOfDataMapOfIOMapOfInteger::DynamicType() const 
79
80   return STANDARD_TYPE(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger) ; 
81 }
82 Standard_Boolean SALOME_DataMapNodeOfDataMapOfIOMapOfInteger::IsKind(const Handle(Standard_Type)& AType) const 
83
84   return (STANDARD_TYPE(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger) == AType || TCollection_MapNode::IsKind(AType)); 
85 }
86 Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger::~Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger() {}
87 #define TheKey Handle_SALOME_InteractiveObject
88 #define TheKey_hxx "SALOME_InteractiveObject.hxx"
89 #define TheItem TColStd_MapOfInteger
90 #define TheItem_hxx <TColStd_MapOfInteger.hxx>
91 #define Hasher TColStd_MapTransientHasher
92 #define Hasher_hxx <TColStd_MapTransientHasher.hxx>
93 #define TCollection_DataMapNode SALOME_DataMapNodeOfDataMapOfIOMapOfInteger
94 #define TCollection_DataMapNode_hxx "SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx"
95 #define TCollection_DataMapIterator SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger
96 #define TCollection_DataMapIterator_hxx "SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx"
97 #define Handle_TCollection_DataMapNode Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger
98 #define TCollection_DataMapNode_Type_() SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_Type_()
99 #define TCollection_DataMap SALOME_DataMapOfIOMapOfInteger
100 #define TCollection_DataMap_hxx "SALOME_DataMapOfIOMapOfInteger.hxx"
101 #include <TCollection_DataMapNode.gxx>
102