Contents

initWithCollection

Initializes an OSCollectionIterator for the provided collection object.

Declaration

virtual bool initWithCollection(
 const OSCollection *inColl);

Parameters

  • inColl:

    The OSCollection-derived collection object to be iteratated.

Return Value

true if the initialization was successful, or false on failure.

Overview

Not for general use. Use the static instance creation method withCollection instead.

See Also

Miscellaneous