![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <NCollection_ListNode.hxx>

Public Member Functions | |
| NCollection_ListNode (NCollection_ListNode *theNext) noexcept | |
| The only constructor. | |
| NCollection_ListNode *& | Next () noexcept |
| Next pointer access. | |
| NCollection_ListNode * | Next () const noexcept |
| Next pointer const access. | |
Purpose: This class is used to represent a node in the BaseList and BaseMap.
|
inlinenoexcept |
The only constructor.
|
inlinenoexcept |
Next pointer const access.
|
inlinenoexcept |
Next pointer access.