#include <SMESH_IndexedMap.hxx>
Public Member Functions | |
Iterator (void) | |
Empty constructor. | |
Iterator (const SMESH_IndexedMap &theMap) | |
Constructor. | |
virtual Standard_Boolean | More (void) const |
Query if the end of collection is reached by iterator. | |
virtual void | Next (void) |
Make a step along the collection. | |
virtual const TheKeyType & | Value (void) const |
Value access. | |
virtual TheKeyType & | ChangeValue (void) const |
Value change access denied - use Substitute. | |
void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
Operator new for allocating iterators. | |
Private Attributes | |
SMESH_IndexedMap * | myMap |
Standard_Integer | myIndex |
Definition at line 79 of file SMESH_IndexedMap.hxx.
SMESH_IndexedMap< TheKeyType >.Iterator.Iterator | ( | void | ) |
Empty constructor.
Definition at line 84 of file SMESH_IndexedMap.hxx.
SMESH_IndexedMap< TheKeyType >.Iterator.Iterator | ( | const SMESH_IndexedMap & | theMap | ) |
Constructor.
Definition at line 88 of file SMESH_IndexedMap.hxx.
virtual Standard_Boolean SMESH_IndexedMap< TheKeyType >.Iterator.More | ( | void | ) | const [virtual] |
Query if the end of collection is reached by iterator.
Definition at line 92 of file SMESH_IndexedMap.hxx.
Referenced by SMESH_IndexedMap< TheKeyType >.Iterator.Value().
virtual void SMESH_IndexedMap< TheKeyType >.Iterator.Next | ( | void | ) | [virtual] |
Make a step along the collection.
Definition at line 95 of file SMESH_IndexedMap.hxx.
References SMESH_IndexedMap< TheKeyType >.Iterator.myIndex.
virtual const TheKeyType& SMESH_IndexedMap< TheKeyType >.Iterator.Value | ( | void | ) | const [virtual] |
Value access.
Definition at line 98 of file SMESH_IndexedMap.hxx.
References SMESH_IndexedMap< TheKeyType >.FindKey(), SMESH_IndexedMap< TheKeyType >.Iterator.More(), SMESH_IndexedMap< TheKeyType >.Iterator.myIndex, and SMESH_IndexedMap< TheKeyType >.Iterator.myMap.
virtual TheKeyType& SMESH_IndexedMap< TheKeyType >.Iterator.ChangeValue | ( | void | ) | const [virtual] |
Value change access denied - use Substitute.
Definition at line 107 of file SMESH_IndexedMap.hxx.
void* SMESH_IndexedMap< TheKeyType >.Iterator.operator new | ( | size_t | theSize, | |
const Handle(NCollection_BaseAllocator)& | theAllocator | |||
) |
Operator new for allocating iterators.
Definition at line 114 of file SMESH_IndexedMap.hxx.
SMESH_IndexedMap* SMESH_IndexedMap< TheKeyType >.Iterator.myMap [private] |
Definition at line 119 of file SMESH_IndexedMap.hxx.
Referenced by SMESH_IndexedMap< TheKeyType >.Iterator.Value().
Standard_Integer SMESH_IndexedMap< TheKeyType >.Iterator.myIndex [private] |
Definition at line 120 of file SMESH_IndexedMap.hxx.
Referenced by SMESH_IndexedMap< TheKeyType >.Iterator.Next(), and SMESH_IndexedMap< TheKeyType >.Iterator.Value().