#include <NCollection_DoubleMap.hxx>
Inheritance diagram for NCollection_DoubleMap< TheKey1Type, TheKey2Type >::DoubleMapNode:

Public Member Functions | |
| DoubleMapNode (const TheKey1Type &theKey1, const TheKey2Type &theKey2, NCollection_ListNode *theNext1, NCollection_ListNode *theNext2) | |
| Constructor with 'Next'. | |
| const TheKey1Type & | Key1 (void) |
| Key1. | |
| const TheKey2Type & | Key2 (void) |
| Key2. | |
| DoubleMapNode *& | 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 | |
| TheKey1Type | myKey1 |
| DoubleMapNode * | myNext2 |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
Reimplemented from NCollection_TListNode< TheKey2Type >. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.1