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_ListNode Class Reference

    #include <NCollection_ListNode.hxx>

    Inheritance diagram for NCollection_ListNode:

    Public Member Functions

     NCollection_ListNode (NCollection_ListNode *theNext) noexcept
     The only constructor.
    NCollection_ListNode *& Next () noexcept
     Next pointer access.
    NCollection_ListNodeNext () const noexcept
     Next pointer const access.

    Detailed Description

    Purpose: This class is used to represent a node in the BaseList and BaseMap.

    Constructor & Destructor Documentation

    ◆ NCollection_ListNode()

    NCollection_ListNode::NCollection_ListNode ( NCollection_ListNode * theNext)
    inlinenoexcept

    The only constructor.

    Member Function Documentation

    ◆ Next() [1/2]

    NCollection_ListNode * NCollection_ListNode::Next ( ) const
    inlinenoexcept

    Next pointer const access.

    ◆ Next() [2/2]

    NCollection_ListNode *& NCollection_ListNode::Next ( )
    inlinenoexcept

    Next pointer access.


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