|
Open CASCADE Technology 6.5.2
|
#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.
| NCollection_ListNode::NCollection_ListNode | ( | NCollection_ListNode * | theNext | ) | [inline] |
| NCollection_ListNode*& NCollection_ListNode::Next | ( | void | ) | [inline] |
| NCollection_ListNode* NCollection_ListNode::Next | ( | void | ) | const [inline] |
1.7.4