#include <NCollection_ListNode.hxx>
Inheritance diagram for NCollection_ListNode:

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. | |
Private Member Functions | |
| NCollection_ListNode & | operator= (const NCollection_ListNode &) |
| operator= - forbidden | |
| NCollection_ListNode (const NCollection_ListNode &) | |
| copy constructor - forbidden | |
Private Attributes | |
| NCollection_ListNode * | myNext |
| Pointer to the next node. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1