Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger_0.cxx

Go to the documentation of this file.
00001 // File generated by CPPExt (Transient)
00002 //                     Copyright (C) 1991,1995 by
00003 //  
00004 //                      MATRA DATAVISION, FRANCE
00005 //  
00006 // This software is furnished in accordance with the terms and conditions
00007 // of the contract and with the inclusion of the above copyright notice.
00008 // This software or any other copy thereof may not be provided or otherwise
00009 // be made available to any other person. No title to an ownership of the
00010 // software is hereby transferred.
00011 //  
00012 // At the termination of the contract, the software and all copies of this
00013 // software must be deleted.
00014 //
00015 #include <exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger.hxx>
00016 
00017 #ifndef _Standard_TypeMismatch_HeaderFile
00018 #include <Standard_TypeMismatch.hxx>
00019 #endif
00020 
00021 #ifndef _TCollection_AsciiString_HeaderFile
00022 #include <TCollection_AsciiString.hxx>
00023 #endif
00024 #ifndef _TColStd_MapIntegerHasher_HeaderFile
00025 #include <TColStd_MapIntegerHasher.hxx>
00026 #endif
00027 #ifndef _exotkParameter_DoubleMapAsciiStringInteger_HeaderFile
00028 #include <exotkParameter_DoubleMapAsciiStringInteger.hxx>
00029 #endif
00030 #ifndef _exotkParameter_DoubleMapIteratorOfDoubleMapAsciiStringInteger_HeaderFile
00031 #include <exotkParameter_DoubleMapIteratorOfDoubleMapAsciiStringInteger.hxx>
00032 #endif
00033 exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger::~exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger() {}
00034  
00035 
00036 
00037 Standard_EXPORT Handle_Standard_Type& exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger_Type_()
00038 {
00039 
00040     static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
00041   if ( aType1.IsNull()) aType1 = STANDARD_TYPE(TCollection_MapNode);
00042   static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
00043   if ( aType2.IsNull()) aType2 = STANDARD_TYPE(MMgt_TShared);
00044   static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
00045   if ( aType3.IsNull()) aType3 = STANDARD_TYPE(Standard_Transient);
00046  
00047 
00048   static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
00049   static Handle_Standard_Type _aType = new Standard_Type("exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger",
00050                                                          sizeof(exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger),
00051                                                          1,
00052                                                          (Standard_Address)_Ancestors,
00053                                                          (Standard_Address)NULL);
00054 
00055   return _aType;
00056 }
00057 
00058 
00059 // DownCast method
00060 //   allow safe downcasting
00061 //
00062 const Handle_exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger Handle_exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger::DownCast(const Handle_Standard_Transient& AnObject) 
00063 {
00064   Handle_exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger _anOtherObject;
00065 
00066   if (!AnObject.IsNull()) {
00067      if (AnObject->IsKind(STANDARD_TYPE(exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger))) {
00068        _anOtherObject = Handle_exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger((Handle_exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger&)AnObject);
00069      }
00070   }
00071 
00072   return _anOtherObject ;
00073 }
00074 const Handle_Standard_Type& exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger::DynamicType() const 
00075 { 
00076   return STANDARD_TYPE(exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger) ; 
00077 }
00078 Standard_Boolean exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger::IsKind(const Handle_Standard_Type& AType) const 
00079 { 
00080   return (STANDARD_TYPE(exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger) == AType || TCollection_MapNode::IsKind(AType)); 
00081 }
00082 Handle_exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger::~Handle_exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger() {}
00083 #define TheKey1 TCollection_AsciiString
00084 #define TheKey1_hxx <TCollection_AsciiString.hxx>
00085 #define TheKey2 Standard_Integer
00086 #define TheKey2_hxx <Standard_Integer.hxx>
00087 #define Hasher1 TCollection_AsciiString
00088 #define Hasher1_hxx <TCollection_AsciiString.hxx>
00089 #define Hasher2 TColStd_MapIntegerHasher
00090 #define Hasher2_hxx <TColStd_MapIntegerHasher.hxx>
00091 #define TCollection_DoubleMapNode exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger
00092 #define TCollection_DoubleMapNode_hxx <exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger.hxx>
00093 #define TCollection_DoubleMapIterator exotkParameter_DoubleMapIteratorOfDoubleMapAsciiStringInteger
00094 #define TCollection_DoubleMapIterator_hxx <exotkParameter_DoubleMapIteratorOfDoubleMapAsciiStringInteger.hxx>
00095 #define Handle_TCollection_DoubleMapNode Handle_exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger
00096 #define TCollection_DoubleMapNode_Type_() exotkParameter_DoubleMapNodeOfDoubleMapAsciiStringInteger_Type_()
00097 #define TCollection_DoubleMap exotkParameter_DoubleMapAsciiStringInteger
00098 #define TCollection_DoubleMap_hxx <exotkParameter_DoubleMapAsciiStringInteger.hxx>
00099 #include <TCollection_DoubleMapNode.gxx>
00100 

Generated on Wed Jan 23 12:16:42 2002 for exotk by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001