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

exotkMaterial_StdMapNodeOfMapOfMaterial.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 _exotkMaterial_StdMapNodeOfMapOfMaterial_HeaderFile
00017 #define _exotkMaterial_StdMapNodeOfMapOfMaterial_HeaderFile
00018 
00019 #ifndef _Handle_exotkMaterial_StdMapNodeOfMapOfMaterial_HeaderFile
00020 #include <Handle_exotkMaterial_StdMapNodeOfMapOfMaterial.hxx>
00021 #endif
00022 
00023 #ifndef _Handle_exotkMaterial_Material_HeaderFile
00024 #include <Handle_exotkMaterial_Material.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 exotkMaterial_Material;
00033 class exotkMaterial_MapOfMaterial;
00034 class exotkMaterial_MapIteratorOfMapOfMaterial;
00035 
00036 
00037 class exotkMaterial_StdMapNodeOfMapOfMaterial : 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 exotkMaterial_StdMapNodeOfMapOfMaterial(const Handle_exotkMaterial_Material& K,const TCollection_MapNodePtr& n);
00056 Standard_EXPORT inline   Handle_exotkMaterial_Material& Key() const;
00057 Standard_EXPORT ~exotkMaterial_StdMapNodeOfMapOfMaterial();
00058 
00059 
00060 
00061 
00062  // Type management
00063  //
00064  Standard_EXPORT friend Handle_Standard_Type& exotkMaterial_StdMapNodeOfMapOfMaterial_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_exotkMaterial_Material myKey;
00087 
00088 
00089 };
00090 
00091 #define TheKey Handle_exotkMaterial_Material
00092 #define TheKey_hxx <exotkMaterial_Material.hxx>
00093 #define Hasher exotkMaterial_Material
00094 #define Hasher_hxx <exotkMaterial_Material.hxx>
00095 #define TCollection_StdMapNode exotkMaterial_StdMapNodeOfMapOfMaterial
00096 #define TCollection_StdMapNode_hxx <exotkMaterial_StdMapNodeOfMapOfMaterial.hxx>
00097 #define TCollection_MapIterator exotkMaterial_MapIteratorOfMapOfMaterial
00098 #define TCollection_MapIterator_hxx <exotkMaterial_MapIteratorOfMapOfMaterial.hxx>
00099 #define Handle_TCollection_StdMapNode Handle_exotkMaterial_StdMapNodeOfMapOfMaterial
00100 #define TCollection_StdMapNode_Type_() exotkMaterial_StdMapNodeOfMapOfMaterial_Type_()
00101 #define TCollection_Map exotkMaterial_MapOfMaterial
00102 #define TCollection_exotkMaterial_hxx <exotkMaterial_MapOfMaterial.hxx>
00103 
00104 #include <TCollection_StdMapNode.lxx>
00105 
00106 #undef TheKey
00107 #undef TheKey_hxx
00108 #undef Hasher
00109 #undef Hasher_hxx
00110 #undef TCollection_StdMapNode
00111 #undef TCollection_StdMapNode_hxx
00112 #undef TCollection_MapIterator
00113 #undef TCollection_MapIterator_hxx
00114 #undef Handle_TCollection_StdMapNode
00115 #undef TCollection_StdMapNode_Type_
00116 #undef TCollection_Map
00117 #undef TCollection_exotkMaterial_hxx
00118 
00119 
00120 // other inline functions and methods (like "C++: function call" methods)
00121 //
00122 
00123 
00124 #endif

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