Open CASCADE Technology  7.2.0
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)
 The only constructor. More...
 
NCollection_ListNode *& Next (void)
 Next pointer access. More...
 
NCollection_ListNodeNext (void) const
 Next pointer const access. More...
 

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)
inline

The only constructor.

Member Function Documentation

◆ Next() [1/2]

NCollection_ListNode*& NCollection_ListNode::Next ( void  )
inline

Next pointer access.

◆ Next() [2/2]

NCollection_ListNode* NCollection_ListNode::Next ( void  ) const
inline

Next pointer const access.


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