#include <NCollection_DataMap.hxx>
|
| DataMapNode (const TheKeyType &theKey, const TheItemType &theItem, NCollection_ListNode *theNext) |
| Constructor with 'Next'.
|
|
| DataMapNode (const TheKeyType &theKey, TheItemType &&theItem, NCollection_ListNode *theNext) |
| Constructor with 'Next'.
|
|
| DataMapNode (TheKeyType &&theKey, const TheItemType &theItem, NCollection_ListNode *theNext) |
| Constructor with 'Next'.
|
|
| DataMapNode (TheKeyType &&theKey, TheItemType &&theItem, NCollection_ListNode *theNext) |
| Constructor with 'Next'.
|
|
const TheKeyType & | Key (void) const |
| Key.
|
|
| NCollection_TListNode (const TheItemType &theItem, NCollection_ListNode *theNext=NULL) |
| Constructor.
|
|
| NCollection_TListNode (TheItemType &&theItem, NCollection_ListNode *theNext=NULL) |
|
const TheItemType & | Value () const |
| Constant value access.
|
|
TheItemType & | 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.
|
|
|
TheItemType | myValue |
| The item stored in the node.
|
|
◆ DataMapNode() [1/4]
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
◆ DataMapNode() [2/4]
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
◆ DataMapNode() [3/4]
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
◆ DataMapNode() [4/4]
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
◆ delNode()
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
Static deleter to be passed to BaseMap.
◆ Key()
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
const TheKeyType & NCollection_DataMap< TheKeyType, TheItemType, Hasher >::DataMapNode::Key |
( |
void | | ) |
const |
|
inline |
The documentation for this class was generated from the following file: