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