Open CASCADE Technology
7.5.0
|
Class defining sequence node - for internal use by Sequence. More...
#include <NCollection_Sequence.hxx>
Public Member Functions | |
Node (const TheItemType &theItem) | |
Constructor. More... | |
const TheItemType & | Value () const |
Constant value access. More... | |
TheItemType & | ChangeValue () |
Variable value access. More... | |
Public Member Functions inherited from NCollection_SeqNode | |
NCollection_SeqNode () | |
NCollection_SeqNode * | Next () const |
NCollection_SeqNode * | Previous () const |
void | SetNext (NCollection_SeqNode *theNext) |
void | SetPrevious (NCollection_SeqNode *thePrev) |
Class defining sequence node - for internal use by Sequence.
|
inline |
Constructor.
|
inline |
Variable value access.
|
inline |
Constant value access.