Open CASCADE Technology 6.6.0
Public Member Functions
NCollection_Sequence< TheItemType >::Node Class Reference

Class defining sequence node - for internal use by Sequence.

#include <NCollection_Sequence.hxx>

Inheritance diagram for NCollection_Sequence< TheItemType >::Node:
Inheritance graph
[legend]

Public Member Functions

 Node (const TheItemType &theItem)
 Constructor.
const TheItemType & Value () const
 Constant value access.
TheItemType & ChangeValue ()
 Variable value access.

template<class TheItemType>
class NCollection_Sequence< TheItemType >::Node


Constructor & Destructor Documentation

template<class TheItemType>
NCollection_Sequence< TheItemType >::Node::Node ( const TheItemType &  theItem) [inline]

Member Function Documentation

template<class TheItemType>
TheItemType& NCollection_Sequence< TheItemType >::Node::ChangeValue ( ) [inline]
template<class TheItemType>
const TheItemType& NCollection_Sequence< TheItemType >::Node::Value ( ) const [inline]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines