Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
NCollection_ListNode Class Reference

#include <NCollection_ListNode.hxx>

Inheritance diagram for NCollection_ListNode:
Inheritance graph
[legend]

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: