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

exotkTrace_ListNodeOfListOfRoot.hxx

Go to the documentation of this file.
00001 // File generated by CPPExt (Transient)
00002 //
00003 //                     Copyright (C) 1991,1995 by
00004 //  
00005 //                      MATRA DATAVISION, FRANCE
00006 //  
00007 // This software is furnished in accordance with the terms and conditions
00008 // of the contract and with the inclusion of the above copyright notice.
00009 // This software or any other copy thereof may not be provided or otherwise
00010 // be made available to any other person. No title to an ownership of the
00011 // software is hereby transferred.
00012 //  
00013 // At the termination of the contract, the software and all copies of this
00014 // software must be deleted.
00015 //
00016 #ifndef _exotkTrace_ListNodeOfListOfRoot_HeaderFile
00017 #define _exotkTrace_ListNodeOfListOfRoot_HeaderFile
00018 
00019 #ifndef _Handle_exotkTrace_ListNodeOfListOfRoot_HeaderFile
00020 #include <Handle_exotkTrace_ListNodeOfListOfRoot.hxx>
00021 #endif
00022 
00023 #ifndef _Handle_exotkTrace_Root_HeaderFile
00024 #include <Handle_exotkTrace_Root.hxx>
00025 #endif
00026 #ifndef _TCollection_MapNode_HeaderFile
00027 #include <TCollection_MapNode.hxx>
00028 #endif
00029 #ifndef _TCollection_MapNodePtr_HeaderFile
00030 #include <TCollection_MapNodePtr.hxx>
00031 #endif
00032 class exotkTrace_Root;
00033 class exotkTrace_ListOfRoot;
00034 class exotkTrace_ListIteratorOfListOfRoot;
00035 
00036 
00037 class exotkTrace_ListNodeOfListOfRoot : public TCollection_MapNode {
00038 
00039 public:
00040     inline void* operator new(size_t,void* anAddress) 
00041       {
00042         return anAddress;
00043       }
00044     inline void* operator new(size_t size) 
00045       { 
00046         return Standard::Allocate(size); 
00047       }
00048     inline void  operator delete(void *anAddress) 
00049       { 
00050         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
00051       }
00052 
00053  // Methods PUBLIC
00054  // 
00055 Standard_EXPORT inline exotkTrace_ListNodeOfListOfRoot(const Handle_exotkTrace_Root& I,const TCollection_MapNodePtr& n);
00056 Standard_EXPORT inline   Handle_exotkTrace_Root& Value() const;
00057 Standard_EXPORT ~exotkTrace_ListNodeOfListOfRoot();
00058 
00059 
00060 
00061 
00062  // Type management
00063  //
00064  Standard_EXPORT friend Handle_Standard_Type& exotkTrace_ListNodeOfListOfRoot_Type_();
00065  Standard_EXPORT const Handle_Standard_Type& DynamicType() const;
00066  Standard_EXPORT Standard_Boolean              IsKind(const Handle_Standard_Type&) const;
00067 
00068 protected:
00069 
00070  // Methods PROTECTED
00071  // 
00072 
00073 
00074  // Fields PROTECTED
00075  //
00076 
00077 
00078 private: 
00079 
00080  // Methods PRIVATE
00081  // 
00082 
00083 
00084  // Fields PRIVATE
00085  //
00086 Handle_exotkTrace_Root myValue;
00087 
00088 
00089 };
00090 
00091 #define Item Handle_exotkTrace_Root
00092 #define Item_hxx <exotkTrace_Root.hxx>
00093 #define TCollection_ListNode exotkTrace_ListNodeOfListOfRoot
00094 #define TCollection_ListNode_hxx <exotkTrace_ListNodeOfListOfRoot.hxx>
00095 #define TCollection_ListIterator exotkTrace_ListIteratorOfListOfRoot
00096 #define TCollection_ListIterator_hxx <exotkTrace_ListIteratorOfListOfRoot.hxx>
00097 #define Handle_TCollection_ListNode Handle_exotkTrace_ListNodeOfListOfRoot
00098 #define TCollection_ListNode_Type_() exotkTrace_ListNodeOfListOfRoot_Type_()
00099 #define TCollection_List exotkTrace_ListOfRoot
00100 #define TCollection_List_hxx <exotkTrace_ListOfRoot.hxx>
00101 
00102 #include <TCollection_ListNode.lxx>
00103 
00104 #undef Item
00105 #undef Item_hxx
00106 #undef TCollection_ListNode
00107 #undef TCollection_ListNode_hxx
00108 #undef TCollection_ListIterator
00109 #undef TCollection_ListIterator_hxx
00110 #undef Handle_TCollection_ListNode
00111 #undef TCollection_ListNode_Type_
00112 #undef TCollection_List
00113 #undef TCollection_List_hxx
00114 
00115 
00116 // other inline functions and methods (like "C++: function call" methods)
00117 //
00118 
00119 
00120 #endif

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