OCC Main Page | FoundationClasses | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FoundationClasses
TKernel
NCollection


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.

Private Member Functions

NCollection_ListNodeoperator= (const NCollection_ListNode &)
 operator= - forbidden
 NCollection_ListNode (const NCollection_ListNode &)
 copy constructor - forbidden

Private Attributes

NCollection_ListNodemyNext
 Pointer to the next node.

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]
 

NCollection_ListNode::NCollection_ListNode const NCollection_ListNode  )  [inline, private]
 


Member Function Documentation

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

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

NCollection_ListNode& NCollection_ListNode::operator= const NCollection_ListNode  )  [inline, private]
 


Field Documentation

NCollection_ListNode* NCollection_ListNode::myNext [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:12:58 2008 for OpenCASCADE by  doxygen 1.4.1