Create an iterator for the specified catalog at the specified handle.
Declared in <bdlcc_objectcatalog.h>
ObjectCatalogIter(
ObjectCatalog<TYPE> const& catalog,
int handle);
Create an iterator for the specified catalog and associate it with the member of the catalog associated with the specified handle. If the catalog is empty or if handle is invalid, then the iterator is initialized to be invalid. The catalog is locked for read for the duration of iterator's life.
| Name | Description |
|---|---|
| catalog | catalog to iterate |
| handle | handle of the member to associate with this iterator |