Open CASCADE Technology
7.3.0
|
#include <NCollection_ListNode.hxx>
Public Member Functions | |
NCollection_ListNode (NCollection_ListNode *theNext) | |
The only constructor. More... | |
NCollection_ListNode *& | Next (void) |
Next pointer access. More... | |
NCollection_ListNode * | Next (void) const |
Next pointer const access. More... | |
Purpose: This class is used to represent a node in the BaseList and BaseMap.
|
inline |
The only constructor.
|
inline |
Next pointer access.
|
inline |
Next pointer const access.