Open CASCADE Technology 6.6.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.
NCollection_ListNode *& Next (void)
 Next pointer access.
NCollection_ListNodeNext (void) const
 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 theNext) [inline]

Member Function Documentation

NCollection_ListNode*& NCollection_ListNode::Next ( void  ) [inline]
NCollection_ListNode* NCollection_ListNode::Next ( void  ) const [inline]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines