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

exotkTree_ListNodeOfListOfTreeNode_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 <exotkTree_ListNodeOfListOfTreeNode.hxx>
00016 
00017 #ifndef _Standard_TypeMismatch_HeaderFile
00018 #include <Standard_TypeMismatch.hxx>
00019 #endif
00020 
00021 #ifndef _exotkTree_TreeNode_HeaderFile
00022 #include <exotkTree_TreeNode.hxx>
00023 #endif
00024 #ifndef _exotkTree_ListOfTreeNode_HeaderFile
00025 #include <exotkTree_ListOfTreeNode.hxx>
00026 #endif
00027 #ifndef _exotkTree_ListIteratorOfListOfTreeNode_HeaderFile
00028 #include <exotkTree_ListIteratorOfListOfTreeNode.hxx>
00029 #endif
00030 exotkTree_ListNodeOfListOfTreeNode::~exotkTree_ListNodeOfListOfTreeNode() {}
00031  
00032 
00033 
00034 Standard_EXPORT Handle_Standard_Type& exotkTree_ListNodeOfListOfTreeNode_Type_()
00035 {
00036 
00037     static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
00038   if ( aType1.IsNull()) aType1 = STANDARD_TYPE(TCollection_MapNode);
00039   static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
00040   if ( aType2.IsNull()) aType2 = STANDARD_TYPE(MMgt_TShared);
00041   static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
00042   if ( aType3.IsNull()) aType3 = STANDARD_TYPE(Standard_Transient);
00043  
00044 
00045   static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
00046   static Handle_Standard_Type _aType = new Standard_Type("exotkTree_ListNodeOfListOfTreeNode",
00047                                                          sizeof(exotkTree_ListNodeOfListOfTreeNode),
00048                                                          1,
00049                                                          (Standard_Address)_Ancestors,
00050                                                          (Standard_Address)NULL);
00051 
00052   return _aType;
00053 }
00054 
00055 
00056 // DownCast method
00057 //   allow safe downcasting
00058 //
00059 const Handle_exotkTree_ListNodeOfListOfTreeNode Handle_exotkTree_ListNodeOfListOfTreeNode::DownCast(const Handle_Standard_Transient& AnObject) 
00060 {
00061   Handle_exotkTree_ListNodeOfListOfTreeNode _anOtherObject;
00062 
00063   if (!AnObject.IsNull()) {
00064      if (AnObject->IsKind(STANDARD_TYPE(exotkTree_ListNodeOfListOfTreeNode))) {
00065        _anOtherObject = Handle_exotkTree_ListNodeOfListOfTreeNode((Handle_exotkTree_ListNodeOfListOfTreeNode&)AnObject);
00066      }
00067   }
00068 
00069   return _anOtherObject ;
00070 }
00071 const Handle_Standard_Type& exotkTree_ListNodeOfListOfTreeNode::DynamicType() const 
00072 { 
00073   return STANDARD_TYPE(exotkTree_ListNodeOfListOfTreeNode) ; 
00074 }
00075 Standard_Boolean exotkTree_ListNodeOfListOfTreeNode::IsKind(const Handle_Standard_Type& AType) const 
00076 { 
00077   return (STANDARD_TYPE(exotkTree_ListNodeOfListOfTreeNode) == AType || TCollection_MapNode::IsKind(AType)); 
00078 }
00079 Handle_exotkTree_ListNodeOfListOfTreeNode::~Handle_exotkTree_ListNodeOfListOfTreeNode() {}
00080 #define Item Handle_exotkTree_TreeNode
00081 #define Item_hxx <exotkTree_TreeNode.hxx>
00082 #define TCollection_ListNode exotkTree_ListNodeOfListOfTreeNode
00083 #define TCollection_ListNode_hxx <exotkTree_ListNodeOfListOfTreeNode.hxx>
00084 #define TCollection_ListIterator exotkTree_ListIteratorOfListOfTreeNode
00085 #define TCollection_ListIterator_hxx <exotkTree_ListIteratorOfListOfTreeNode.hxx>
00086 #define Handle_TCollection_ListNode Handle_exotkTree_ListNodeOfListOfTreeNode
00087 #define TCollection_ListNode_Type_() exotkTree_ListNodeOfListOfTreeNode_Type_()
00088 #define TCollection_List exotkTree_ListOfTreeNode
00089 #define TCollection_List_hxx <exotkTree_ListOfTreeNode.hxx>
00090 #include <TCollection_ListNode.gxx>
00091 

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