Open CASCADE Technology 7.9.1
Loading...
Searching...
No Matches
NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::DoubleMapNode Class Reference

#include <NCollection_DoubleMap.hxx>

Inheritance diagram for NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::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.
Public Member Functions inherited from NCollection_TListNode< TheKey2Type >
 NCollection_TListNode (const TheKey2Type &theItem, NCollection_ListNode *theNext=NULL)
 Constructor.
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_ListNodeNext (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.

Constructor & Destructor Documentation

◆ DoubleMapNode()

template<class TheKey1Type, class TheKey2Type, class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::DoubleMapNode::DoubleMapNode ( const TheKey1Type & theKey1,
const TheKey2Type & theKey2,
NCollection_ListNode * theNext1,
NCollection_ListNode * theNext2 )
inline

Constructor with 'Next'.

Member Function Documentation

◆ delNode()

template<class TheKey1Type, class TheKey2Type, class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
void NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::DoubleMapNode::delNode ( NCollection_ListNode * theNode,
Handle< NCollection_BaseAllocator > & theAl )
inlinestatic

Static deleter to be passed to BaseList.

◆ Key1()

template<class TheKey1Type, class TheKey2Type, class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
const TheKey1Type & NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::DoubleMapNode::Key1 ( void )
inline

Key1.

◆ Key2()

template<class TheKey1Type, class TheKey2Type, class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
const TheKey2Type & NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::DoubleMapNode::Key2 ( void )
inline

Key2.

◆ Next2()

template<class TheKey1Type, class TheKey2Type, class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
DoubleMapNode *& NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::DoubleMapNode::Next2 ( void )
inline

Next2.


The documentation for this class was generated from the following file: