Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Objective Views User's Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

14.5 Sets and Iterators

Sets are collections of objects. We refer to sets throughout Objective Views. Sets use the CCArray_T template defined in the MVC section of the code. It is a CArray that is multiply inherited from the ICollection_T template, which allows it to have an iterator.

Iterators are objects that can step through collections. The sets used in Objective Views all use the ICollection_T template found in the MVC section of the code, which allows iterators to operate on them.



Previous fileTop of DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and Stingray, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.