|
Open CASCADE Technology 7.8.2.dev
|
#include <NCollection_DoubleMap.hxx>

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. | |
Public Member Functions inherited from NCollection_TListNode< TheKey2Type > | |
| NCollection_TListNode (const TheKey2Type &theItem, NCollection_ListNode *theNext=NULL) | |
| Constructor. | |
| NCollection_TListNode (TheKey2Type &&theItem, NCollection_ListNode *theNext=NULL) | |
| const TheKey2Type & | Value () const |
| Constant value access. | |
| TheKey2Type & | ChangeValue () |
| Variable value access. | |
Public Member Functions inherited from NCollection_ListNode | |
| NCollection_ListNode (NCollection_ListNode *theNext) | |
| The only constructor. | |
| NCollection_ListNode *& | Next (void) |
| Next pointer access. | |
| NCollection_ListNode * | Next (void) const |
| Next pointer const access. | |
Static Public Member Functions | |
| static void | delNode (NCollection_ListNode *theNode, Handle< NCollection_BaseAllocator > &theAl) |
| Static deleter to be passed to BaseList. | |
Static Public Member Functions inherited from NCollection_TListNode< TheKey2Type > | |
| static void | delNode (NCollection_ListNode *theNode, Handle< NCollection_BaseAllocator > &theAl) |
| Static deleter to be passed to BaseList. | |
Additional Inherited Members | |
Protected Attributes inherited from NCollection_TListNode< TheKey2Type > | |
| TheKey2Type | myValue |
| The item stored in the node. | |
|
inline |
Constructor with 'Next'.
|
inlinestatic |
Static deleter to be passed to BaseList.
|
inline |
Key1.
|
inline |
Key2.
|
inline |
Next2.