Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
NCollection_Sequence< TheItemType >::Iterator Class Reference

Implementation of the Iterator interface.

#include <NCollection_Sequence.hxx>

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

Public Member Functions

 Iterator (void)
 Empty constructor - for later Init.
 Iterator (const NCollection_Sequence &theSeq, const Standard_Boolean isStart=Standard_True)
 Constructor with initialisation.
Iteratoroperator= (const Iterator &theIt)
 Assignment.
virtual Standard_Boolean More (void) const
 Check end.
virtual void Next (void)
 Make step.
virtual const TheItemType & Value (void) const
 Constant value access.
virtual TheItemType & ChangeValue (void) const
 Variable value access.

template<class TheItemType>
class NCollection_Sequence< TheItemType >::Iterator


Constructor & Destructor Documentation

template<class TheItemType>
NCollection_Sequence< TheItemType >::Iterator::Iterator ( void  ) [inline]
template<class TheItemType>
NCollection_Sequence< TheItemType >::Iterator::Iterator ( const NCollection_Sequence theSeq,
const Standard_Boolean  isStart = Standard_True 
) [inline]

Member Function Documentation

template<class TheItemType>
virtual TheItemType& NCollection_Sequence< TheItemType >::Iterator::ChangeValue ( void  ) const [inline, virtual]
template<class TheItemType>
virtual Standard_Boolean NCollection_Sequence< TheItemType >::Iterator::More ( void  ) const [inline, virtual]
template<class TheItemType>
virtual void NCollection_Sequence< TheItemType >::Iterator::Next ( void  ) [inline, virtual]
template<class TheItemType>
Iterator& NCollection_Sequence< TheItemType >::Iterator::operator= ( const Iterator theIt) [inline]
template<class TheItemType>
virtual const TheItemType& NCollection_Sequence< TheItemType >::Iterator::Value ( void  ) const [inline, virtual]

The documentation for this class was generated from the following file: