Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
00024 #define _NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
00025
00026 #ifndef _Standard_HeaderFile
00027 #include <Standard.hxx>
00028 #endif
00029 #ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
00030 #include <Handle_NMTDS_StdMapNodeOfMapOfPassKey.hxx>
00031 #endif
00032
00033 #ifndef _NMTDS_PassKey_HeaderFile
00034 #include <NMTDS_PassKey.hxx>
00035 #endif
00036 #ifndef _TCollection_MapNode_HeaderFile
00037 #include <TCollection_MapNode.hxx>
00038 #endif
00039 #ifndef _TCollection_MapNodePtr_HeaderFile
00040 #include <TCollection_MapNodePtr.hxx>
00041 #endif
00042 class NMTDS_PassKey;
00043 class NMTDS_PassKeyMapHasher;
00044 class NMTDS_MapOfPassKey;
00045 class NMTDS_MapIteratorOfMapOfPassKey;
00046
00047
00048
00049 class NMTDS_StdMapNodeOfMapOfPassKey : public TCollection_MapNode {
00050
00051 public:
00052
00053
00054
00055 NMTDS_StdMapNodeOfMapOfPassKey(const NMTDS_PassKey& K,const TCollection_MapNodePtr& n);
00056
00057 NMTDS_PassKey& Key() const;
00058
00059
00060
00061
00062
00063
00064
00065 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
00066
00067
00068 protected:
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078 private:
00079
00080
00081
00082
00083
00084
00085
00086 NMTDS_PassKey myKey;
00087
00088
00089 };
00090
00091 #define TheKey NMTDS_PassKey
00092 #define TheKey_hxx <NMTDS_PassKey.hxx>
00093 #define Hasher NMTDS_PassKeyMapHasher
00094 #define Hasher_hxx <NMTDS_PassKeyMapHasher.hxx>
00095 #define TCollection_MapIterator NMTDS_MapIteratorOfMapOfPassKey
00096 #define TCollection_MapIterator_hxx <NMTDS_MapIteratorOfMapOfPassKey.hxx>
00097 #define TCollection_StdMapNode NMTDS_StdMapNodeOfMapOfPassKey
00098 #define TCollection_StdMapNode_hxx <NMTDS_StdMapNodeOfMapOfPassKey.hxx>
00099 #define Handle_TCollection_StdMapNode Handle_NMTDS_StdMapNodeOfMapOfPassKey
00100 #define TCollection_StdMapNode_Type_() NMTDS_StdMapNodeOfMapOfPassKey_Type_()
00101 #define TCollection_Map NMTDS_MapOfPassKey
00102 #define TCollection_Map_hxx <NMTDS_MapOfPassKey.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_MapIterator
00111 #undef TCollection_MapIterator_hxx
00112 #undef TCollection_StdMapNode
00113 #undef TCollection_StdMapNode_hxx
00114 #undef Handle_TCollection_StdMapNode
00115 #undef TCollection_StdMapNode_Type_
00116 #undef TCollection_Map
00117 #undef TCollection_Map_hxx
00118
00119
00120
00121
00122
00123
00124 #endif