#include <NCollection_BaseCollection.hxx>
|
virtual Standard_Boolean | More (void) const =0 |
| Query if the end of collection is reached by iterator. More...
|
|
virtual void | Next (void)=0 |
| Make a step along the collection. More...
|
|
virtual const TheItemType & | Value (void) const =0 |
| Value inquiry. More...
|
|
virtual TheItemType & | ChangeValue (void) const =0 |
| Value change access. More...
|
|
template<class TheItemType>
class NCollection_BaseCollection< TheItemType >::Iterator
Definition at line 48 of file NCollection_BaseCollection.hxx.
◆ Iterator() [1/2]
template<class TheItemType >
◆ ~Iterator()
template<class TheItemType >
◆ Iterator() [2/2]
template<class TheItemType >
◆ More()
template<class TheItemType >
Query if the end of collection is reached by iterator.
◆ Next()
template<class TheItemType >
Make a step along the collection.
◆ Value()
template<class TheItemType >
◆ ChangeValue()
template<class TheItemType >
◆ operator=()
template<class TheItemType >