OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    NCollection_Map.hxx File Reference
    #include <NCollection_MapAlgo.hxx>
    #include <NCollection_DataMap.hxx>
    #include <NCollection_DefaultHasher.hxx>
    #include <NCollection_StlIterator.hxx>
    #include <NCollection_TListNode.hxx>
    #include <Standard_NoSuchObject.hxx>
    #include <Standard_OutOfRange.hxx>
    #include <functional>
    #include <optional>
    #include <type_traits>
    #include <utility>

    Data Structures

    class  NCollection_Map< TheKeyType, Hasher >
    class  NCollection_Map< TheKeyType, Hasher >::MapNode
     Adaptation of the TListNode to the map notations. More...
    class  NCollection_Map< TheKeyType, Hasher >::Iterator
     Implementation of the Iterator interface. More...