#include <NCollection_BaseSequence.hxx>
Inheritance diagram for NCollection_SeqNode:
Public Member Functions | |
NCollection_SeqNode (void) | |
const NCollection_SeqNode * | Next () const |
const NCollection_SeqNode * | Previous () const |
void | SetNext (const NCollection_SeqNode *theNext) |
void | SetPrevious (const NCollection_SeqNode *thePrev) |
Private Attributes | |
const NCollection_SeqNode * | myNext |
const NCollection_SeqNode * | myPrevious |
|
|
|
|
|
|
|
|
|
|
|
|
|
|