Open CASCADE Technology 7.8.0
|
#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. | |
![]() | |
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. | |
![]() | |
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 void | delNode (NCollection_ListNode *theNode, Handle< NCollection_BaseAllocator > &theAl) |
Static deleter to be passed to BaseList. | |
Additional Inherited Members | |
![]() | |
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.