Open CASCADE Technology
6.5.4
|
#include <NCollection_Vector.hxx>
Public Member Functions | |
Iterator (void) | |
Empty constructor - for later Init. | |
Iterator (const NCollection_Vector &theVector) | |
Constructor with initialisation. | |
Iterator (const Iterator &theOther) | |
Copy constructor. | |
void | Init (const NCollection_Vector &theVector) |
Initialisation. | |
Iterator & | operator= (const Iterator &theOther) |
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. |
NCollection_Vector< TheItemType >::Iterator::Iterator | ( | void | ) | [inline] |
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.
NCollection_Vector< TheItemType >::Iterator::Iterator | ( | const NCollection_Vector & | theVector | ) | [inline] |
NCollection_Vector< TheItemType >::Iterator::Iterator | ( | const Iterator & | theOther | ) | [inline] |
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.
virtual TheItemType& NCollection_Vector< TheItemType >::Iterator::ChangeValue | ( | void | ) | const [inline, virtual] |
void NCollection_Vector< TheItemType >::Iterator::Init | ( | const NCollection_Vector & | theVector | ) | [inline] |
virtual Standard_Boolean NCollection_Vector< TheItemType >::Iterator::More | ( | void | ) | const [inline, virtual] |
virtual void NCollection_Vector< TheItemType >::Iterator::Next | ( | void | ) | [inline, virtual] |
Iterator& NCollection_Vector< TheItemType >::Iterator::operator= | ( | const Iterator & | theOther | ) | [inline] |
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.
virtual const TheItemType& NCollection_Vector< TheItemType >::Iterator::Value | ( | void | ) | const [inline, virtual] |