#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.
template<class TheItemType >
template<class TheItemType >
template<class TheItemType >
template<class TheItemType >
Query if the end of collection is reached by iterator.
template<class TheItemType >
Make a step along the collection.
template<class TheItemType >
template<class TheItemType >
template<class TheItemType >