Constructors
Synopses
Declared in <bdlcc_objectcatalog.h>
Create an iterator for the specified catalog at its first member.
explicit
ObjectCatalogIter(ObjectCatalog<TYPE> const& catalog);
Create an iterator for the specified catalog at the specified handle.
ObjectCatalogIter(
ObjectCatalog<TYPE> const& catalog,
int handle);
Parameters
Name |
Description |
catalog |
catalog to iterate |
handle |
handle of the member to associate with this iterator |
Created with MrDocs