DiscussionsIssue archiveOCCT:Foundation Classes

Archived issue #0014166

NCollection_DataMap::Iteartor should have const method ::Key()

Open CASCADEOCCT:Foundation Classesclosed0 public notes

Search issues

Description

Now NColleciton_DataMapIterator has method
   const theKeyType& Key(void)
 which is not constant.
It is proposed to replace them by constant
  const theKeyType& Key(void) const

BR, PTV.

Additional information

Documentation remark, added by Author 2007-01-25 09:45:56:

Changes:
Method Key() of NCollection_DataMap iterator become const

Public activity

No public notes

Participants are labeled by their role within this record.