Public Member Functions | |
IndexedMapNode (const TheKeyType &theKey1, const Standard_Integer theKey2, NCollection_ListNode *theNext1, NCollection_ListNode *theNext2) | |
Constructor with 'Next'. | |
TheKeyType & | Key1 (void) |
Key1. | |
const Standard_Integer & | Key2 (void) |
Key2. | |
IndexedMapNode *& | 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 | |
Standard_Integer | myKey2 |
IndexedMapNode * | myNext2 |
|
|
|
Reimplemented from NCollection_TListNode< TheKeyType >. |
|
|
|
|
|
|
|
|
|
|