summaryrefslogtreecommitdiff
path: root/inc/TCollection_StdMapNode.lxx
blob: 008f5fcb14a2d633934171b4a61235ba7665360f (plain)
1
2
3
4
5
6
7
8
9
inline TCollection_StdMapNode::TCollection_StdMapNode(const TheKey& K,const TCollection_MapNodePtr& n) 
: TCollection_MapNode(n),myKey(K)
{
}

inline TheKey& TCollection_StdMapNode::Key() const
{
  return (TheKey&)myKey;
}