#include <NCollection_BaseCollection.hxx>
Public Member Functions |
virtual Standard_Boolean | More (void) const =0 |
| Query if the end of collection is reached by iterator.
|
virtual void | Next (void)=0 |
| Make a step along the collection.
|
virtual const TheItemType & | Value (void) const =0 |
| Value inquiry.
|
virtual TheItemType & | ChangeValue (void) const =0 |
| Value change access.
|
Protected Member Functions |
| Iterator (void) |
| Empty constructor.
|
virtual | ~Iterator (void) |
| Virtual destructor is necessary for classes with virtual methods.
|
const Iterator & | operator= (const Iterator &) |
| operator= is prohibited
|
| Iterator (const Iterator &) |
| Copy constructor **.
|
template<class TheItemType>
class NCollection_BaseCollection< TheItemType >::Iterator
Constructor & Destructor Documentation
template<class TheItemType>
Reimplemented in NCollection_Sequence< TheItemType >::Iterator, NCollection_Array1< TheItemType >::Iterator, NCollection_Array2< TheItemType >::Iterator, NCollection_Map< TheKeyType, Hasher >::Iterator, NCollection_DataMap< TheKeyType, TheItemType, Hasher >::Iterator, NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator, NCollection_IndexedMap< TheKeyType, Hasher >::Iterator, NCollection_IndexedDataMap< TheKeyType, TheItemType, Hasher >::Iterator, and NCollection_Vector< TheItemType >::Iterator.
template<class TheItemType>
template<class TheItemType>
Member Function Documentation
template<class TheItemType>
Implemented in NCollection_TListIterator< TheItemType >, NCollection_Sequence< TheItemType >::Iterator, NCollection_Array1< TheItemType >::Iterator, NCollection_Array2< TheItemType >::Iterator, NCollection_SList< TheItemType >, NCollection_Map< TheKeyType, Hasher >::Iterator, NCollection_DataMap< TheKeyType, TheItemType, Hasher >::Iterator, NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator, NCollection_IndexedMap< TheKeyType, Hasher >::Iterator, NCollection_IndexedDataMap< TheKeyType, TheItemType, Hasher >::Iterator, and NCollection_Vector< TheItemType >::Iterator.
template<class TheItemType>
Implemented in NCollection_TListIterator< TheItemType >, NCollection_Sequence< TheItemType >::Iterator, NCollection_Array1< TheItemType >::Iterator, NCollection_Array2< TheItemType >::Iterator, NCollection_SList< TheItemType >, NCollection_Map< TheKeyType, Hasher >::Iterator, NCollection_DataMap< TheKeyType, TheItemType, Hasher >::Iterator, NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator, NCollection_IndexedMap< TheKeyType, Hasher >::Iterator, NCollection_IndexedDataMap< TheKeyType, TheItemType, Hasher >::Iterator, and NCollection_Vector< TheItemType >::Iterator.
template<class TheItemType>
Implemented in NCollection_TListIterator< TheItemType >, NCollection_Sequence< TheItemType >::Iterator, NCollection_Array1< TheItemType >::Iterator, NCollection_Array2< TheItemType >::Iterator, NCollection_SList< TheItemType >, NCollection_Map< TheKeyType, Hasher >::Iterator, NCollection_DataMap< TheKeyType, TheItemType, Hasher >::Iterator, NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator, NCollection_IndexedMap< TheKeyType, Hasher >::Iterator, NCollection_IndexedDataMap< TheKeyType, TheItemType, Hasher >::Iterator, NCollection_Vector< TheItemType >::Iterator, Poly_CoherentTriangulation::IteratorOfTriangle, Poly_CoherentTriangulation::IteratorOfNode, and Poly_CoherentTriangulation::IteratorOfLink.
template<class TheItemType>
template<class TheItemType>
Implemented in NCollection_TListIterator< TheItemType >, NCollection_Sequence< TheItemType >::Iterator, NCollection_Array1< TheItemType >::Iterator, NCollection_Array2< TheItemType >::Iterator, NCollection_SList< TheItemType >, NCollection_Map< TheKeyType, Hasher >::Iterator, NCollection_DataMap< TheKeyType, TheItemType, Hasher >::Iterator, NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator, NCollection_IndexedMap< TheKeyType, Hasher >::Iterator, NCollection_IndexedDataMap< TheKeyType, TheItemType, Hasher >::Iterator, and NCollection_Vector< TheItemType >::Iterator.
The documentation for this class was generated from the following file: