#include <NCollection_DataMap.hxx>
|
| | DataMapNode (const TheKeyType &theKey, const TheItemType &theItem, NCollection_ListNode *theNext) |
| | Constructor with 'Next'. More...
|
| |
| | DataMapNode (const TheKeyType &theKey, TheItemType &&theItem, NCollection_ListNode *theNext) |
| | Constructor with 'Next'. More...
|
| |
| | DataMapNode (TheKeyType &&theKey, const TheItemType &theItem, NCollection_ListNode *theNext) |
| | Constructor with 'Next'. More...
|
| |
| | DataMapNode (TheKeyType &&theKey, TheItemType &&theItem, NCollection_ListNode *theNext) |
| | Constructor with 'Next'. More...
|
| |
| const TheKeyType & | Key (void) const |
| | Key. More...
|
| |
| | NCollection_TListNode (const TheItemType &theItem, NCollection_ListNode *theNext=NULL) |
| | Constructor. More...
|
| |
| | NCollection_TListNode (TheItemType &&theItem, NCollection_ListNode *theNext=NULL) |
| |
| const TheItemType & | Value () const |
| | Constant value access. More...
|
| |
| TheItemType & | ChangeValue () |
| | Variable value access. More...
|
| |
| | NCollection_ListNode (NCollection_ListNode *theNext) |
| | The only constructor. More...
|
| |
| NCollection_ListNode *& | Next (void) |
| | Next pointer access. More...
|
| |
| NCollection_ListNode * | Next (void) const |
| | Next pointer const access. More...
|
| |
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
Static deleter to be passed to BaseMap.
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: