| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
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.   | |
| const TheItemType & | Value () const | 
| Constant value access.   | |
| TheItemType & | ChangeValue () | 
| Variable value access.   | |
  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 | 
Constructor.
      
  | 
  inline | 
Variable value access.
      
  | 
  inline | 
Constant value access.