#include <NCollection_SList.hxx>
Private Member Functions | |
| SListNode (const TheItemType &theItem, const NCollection_SList &theTail) | |
| Constructor. | |
| NCollection_SList & | Tail (void) |
| Tail. | |
| TheItemType & | Value (void) |
| Value. | |
| void | Clear (void) |
| Clear. | |
| void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
| Operator new for allocating nodes. | |
| void * | operator new (size_t theSize) |
| news to avoid warnings on hiding - not for use | |
| void * | operator new (size_t, void *theAddress) |
Private Attributes | |
| Standard_Integer | myCount |
| Reference count. | |
| NCollection_SList * | myTail |
| The tail. | |
| TheItemType | myValue |
| Datum. | |
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.1