Open CASCADE Technology
7.0.0
|
#include <NCollection_TListNode.hxx>
Public Member Functions | |
NCollection_TListNode (const TheItemType &theItem, NCollection_ListNode *theNext=NULL) | |
Constructor. More... | |
const TheItemType & | Value () const |
Constant value access. More... | |
TheItemType & | ChangeValue () |
Variable value access. More... | |
Public Member Functions inherited from NCollection_ListNode | |
NCollection_ListNode (NCollection_ListNode *theNext) | |
The only constructor. More... | |
NCollection_ListNode *& | Next (void) |
Next pointer access. More... | |
NCollection_ListNode * | Next (void) const |
Next pointer const access. More... | |
Static Public Member Functions | |
static void | delNode (NCollection_ListNode *theNode, Handle< NCollection_BaseAllocator > &theAl) |
Static deleter to be passed to BaseList. More... | |
Protected Attributes | |
TheItemType | myValue |
The item stored in the node. More... | |
Purpose: Abstract list node class. Used by BaseList Remark: Internal class
|
inline |
Constructor.
|
inline |
Variable value access.
|
inlinestatic |
Static deleter to be passed to BaseList.
|
inline |
Constant value access.
|
protected |
The item stored in the node.