#include <NCollection_DataMap.hxx>
Inheritance diagram for NCollection_DataMap< TheKeyType, TheItemType >::DataMapNode:
Public Member Functions | |
DataMapNode (const TheKeyType &theKey, const TheItemType &theItem, NCollection_ListNode *theNext) | |
Constructor with 'Next'. | |
const TheKeyType & | Key (void) const |
Key. | |
Static Public Member Functions | |
static void | delNode (NCollection_ListNode *theNode, Handle(NCollection_BaseAllocator)&theAl) |
Static deleter to be passed to BaseList. | |
Private Attributes | |
TheKeyType | myKey |
|
|
|
Reimplemented from NCollection_TListNode< TheItemType >. |
|
|
|
|