Class defining sequence node - for internal use by Sequence.
#include <NCollection_Sequence.hxx>
Public Member Functions |
| | Node (const TheItemType &theItem) |
| | Constructor.
|
| const TheItemType & | Value () const |
| | Constant value access.
|
| TheItemType & | ChangeValue () |
| | Variable value access.
|
| void * | operator new (size_t theSize, const Handle< NCollection_BaseAllocator > &theAllocator) |
| | Memory allocation.
|
template<class TheItemType>
class NCollection_Sequence< TheItemType >::Node
Constructor & Destructor Documentation
template<class TheItemType>
Member Function Documentation
template<class TheItemType>
template<class TheItemType>
template<class TheItemType>
The documentation for this class was generated from the following file: