Inheritance diagram for NCollection_IndexedDataMap< TheKeyType, TheItemType >::IndexedDataMapNode:
Public Member Functions | |
IndexedDataMapNode (const TheKeyType &theKey1, const Standard_Integer theKey2, const TheItemType &theItem, NCollection_ListNode *theNext1, NCollection_ListNode *theNext2) | |
Constructor with 'Next'. | |
TheKeyType & | Key1 (void) |
Key1. | |
const Standard_Integer & | Key2 (void) |
Key2. | |
IndexedDataMapNode *& | Next2 (void) |
Next2. | |
Static Public Member Functions | |
static void | delNode (NCollection_ListNode *theNode, Handle(NCollection_BaseAllocator)&theAl) |
Static deleter to be passed to BaseList. | |
Private Attributes | |
TheKeyType | myKey1 |
Standard_Integer | myKey2 |
IndexedDataMapNode * | myNext2 |
|
|
|
Reimplemented from NCollection_TListNode< TheItemType >. |
|
|
|
|
|
|
|
|
|
|
|
|