Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
NCollection_Map< TheKeyType, Hasher >::MapNode Class Reference

Adaptation of the TListNode to the map notations.

#include <NCollection_Map.hxx>

Inheritance diagram for NCollection_Map< TheKeyType, Hasher >::MapNode:
Inheritance graph
[legend]

Public Member Functions

 MapNode (const TheKeyType &theKey, NCollection_ListNode *theNext)
 Constructor with 'Next'.
const TheKeyType & Key (void)
 Key.

template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
class NCollection_Map< TheKeyType, Hasher >::MapNode


Constructor & Destructor Documentation

template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
NCollection_Map< TheKeyType, Hasher >::MapNode::MapNode ( const TheKeyType &  theKey,
NCollection_ListNode theNext 
) [inline]

Member Function Documentation

template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
const TheKeyType& NCollection_Map< TheKeyType, Hasher >::MapNode::Key ( void  ) [inline]

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