![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Class defining sequence node - for internal use by Sequence. More...
#include <NCollection_Sequence.hxx>

Public Member Functions | |
| Node (const TheItemType &theItem) | |
| Constructor. | |
| Node (TheItemType &&theItem) | |
| Constructor. | |
| template<typename... Args> | |
| Node (std::in_place_t, Args &&... theArgs) | |
| Constructor with in-place value construction. | |
| const TheItemType & | Value () const noexcept |
| Constant value access. | |
| TheItemType & | ChangeValue () noexcept |
| Variable value access. | |
Public Member Functions inherited from NCollection_SeqNode | |
| NCollection_SeqNode () noexcept | |
| NCollection_SeqNode * | Next () const noexcept |
| NCollection_SeqNode * | Previous () const noexcept |
| void | SetNext (NCollection_SeqNode *theNext) noexcept |
| void | SetPrevious (NCollection_SeqNode *thePrev) noexcept |
Class defining sequence node - for internal use by Sequence.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Constructor with in-place value construction.
|
inlinenoexcept |
Variable value access.
|
inlinenoexcept |
Constant value access.