Adaptation of the TListNode to the map notations. More...
#include <NCollection_Map.hxx>

Public Member Functions | |
| MapNode (const TheKeyType &theKey, NCollection_ListNode *theNext) | |
| Constructor with 'Next'.   | |
| MapNode (TheKeyType &&theKey, NCollection_ListNode *theNext) | |
| Constructor with 'Next'.   | |
| const TheKeyType & | Key (void) | 
| Key.   | |
  Public Member Functions inherited from NCollection_TListNode< TheKeyType > | |
| NCollection_TListNode (const TheKeyType &theItem, NCollection_ListNode *theNext=NULL) | |
| Constructor.   | |
| NCollection_TListNode (TheKeyType &&theItem, NCollection_ListNode *theNext=NULL) | |
| const TheKeyType & | Value () const | 
| Constant value access.   | |
| TheKeyType & | 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.   | |
Additional Inherited Members | |
  Static Public Member Functions inherited from NCollection_TListNode< TheKeyType > | |
| static void | delNode (NCollection_ListNode *theNode, Handle< NCollection_BaseAllocator > &theAl) | 
| Static deleter to be passed to BaseList.   | |
  Protected Attributes inherited from NCollection_TListNode< TheKeyType > | |
| TheKeyType | myValue | 
| The item stored in the node.   | |
Adaptation of the TListNode to the map notations.
      
  | 
  inline | 
Constructor with 'Next'.
      
  | 
  inline | 
Constructor with 'Next'.
      
  | 
  inline | 
Key.