|
Open CASCADE Technology 6.5.2
|
#include <NCollection_IndexedMap.hxx>

Public Member Functions | |
| Iterator (void) | |
| Empty constructor. | |
| Iterator (const NCollection_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. | |
| NCollection_IndexedMap< TheKeyType >::Iterator::Iterator | ( | void | ) | [inline] |
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.
| NCollection_IndexedMap< TheKeyType >::Iterator::Iterator | ( | const NCollection_IndexedMap & | theMap | ) | [inline] |
| virtual TheKeyType& NCollection_IndexedMap< TheKeyType >::Iterator::ChangeValue | ( | void | ) | const [inline, virtual] |
| virtual Standard_Boolean NCollection_IndexedMap< TheKeyType >::Iterator::More | ( | void | ) | const [inline, virtual] |
| virtual void NCollection_IndexedMap< TheKeyType >::Iterator::Next | ( | void | ) | [inline, virtual] |
| void* NCollection_IndexedMap< TheKeyType >::Iterator::operator new | ( | size_t | theSize, |
| const Handle< NCollection_BaseAllocator > & | theAllocator | ||
| ) | [inline] |
| virtual const TheKeyType& NCollection_IndexedMap< TheKeyType >::Iterator::Value | ( | void | ) | const [inline, virtual] |
1.7.4