| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
#include <NCollection_DataMap.hxx>

Public Member Functions | |
| Iterator (void) | |
| Empty constructor.   | |
| Iterator (const NCollection_DataMap &theMap) | |
| Constructor.   | |
| Standard_Boolean | More (void) const | 
| Query if the end of collection is reached by iterator.   | |
| void | Next (void) | 
| Make a step along the collection.   | |
| const TheItemType & | Value (void) const | 
| Value inquiry.   | |
| TheItemType & | ChangeValue (void) const | 
| Value change access.   | |
| const TheKeyType & | Key (void) const | 
| Key.   | |
  Public Member Functions inherited from NCollection_BaseMap::Iterator | |
| void | Initialize (const NCollection_BaseMap &theMap) | 
| Initialize.   | |
| void | Reset (void) | 
| Reset.   | |
| Standard_Boolean | IsEqual (const Iterator &theOther) const | 
| Performs comparison of two iterators.   | |
Additional Inherited Members | |
  Protected Member Functions inherited from NCollection_BaseMap::Iterator | |
| Iterator (void) | |
| Empty constructor.   | |
| Iterator (const NCollection_BaseMap &theMap) | |
| Constructor.   | |
| Standard_Boolean | PMore (void) const | 
| PMore.   | |
| void | PNext (void) | 
| PNext.   | |
  Protected Attributes inherited from NCollection_BaseMap::Iterator | |
| Standard_Integer | myNbBuckets | 
| Total buckets in the map.   | |
| NCollection_ListNode ** | myBuckets | 
| Location in memory.   | |
| Standard_Integer | myBucket | 
| Current bucket.   | |
| NCollection_ListNode * | myNode | 
| Current node.   | |
      
  | 
  inline | 
Empty constructor.
      
  | 
  inline | 
Constructor.
      
  | 
  inline | 
Value change access.
      
  | 
  inline | 
Key.
      
  | 
  inline | 
Query if the end of collection is reached by iterator.
      
  | 
  inline | 
Make a step along the collection.
      
  | 
  inline | 
Value inquiry.