#include <NCollection_TListNode.hxx>
Inheritance diagram for NCollection_TListNode< TheItemType >:

Public Member Functions | |
| NCollection_TListNode (const TheItemType &theItem, NCollection_ListNode *theNext=NULL) | |
| Constructor. | |
| const TheItemType & | Value () const |
| Constant value access. | |
| TheItemType & | ChangeValue () |
| Variable value access. | |
| void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
| Memory allocation. | |
Static Public Member Functions | |
| static void | delNode (NCollection_ListNode *theNode, Handle(NCollection_BaseAllocator)&theAl) |
| Static deleter to be passed to BaseList. | |
Protected Attributes | |
| TheItemType | myValue |
| The item stored in the node. | |
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
1.4.1