| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
#include <NCollection_ListNode.hxx>

Public Member Functions | |
| NCollection_ListNode (NCollection_ListNode *theNext) | |
| The only constructor.   | |
| NCollection_ListNode *& | Next (void) | 
| Next pointer access.   | |
| NCollection_ListNode * | Next (void) const | 
| Next pointer const access.   | |
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.