00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
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
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
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
00071
00072
00073
00074
00075
00076
00077
00078 private:
00079
00080
00081
00082
00083
00084
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
00121
00122
00123
00124 #endif